Este sitio web funciona mejor con JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
cube
/
BOARDS
Seguir
1
Destacar
0
Cuchillo
0
Código
Incidencias
0
Peticiones pull
0
Lanzamientos
0
Wiki
Activity
I have a lot of boards and usually need to re-use code even for different projects.
8
Commits
1
Rama
Árbol:
e247568aa8
master
Ramas
Etiquetas
${ item.name }
Crear rama
${ searchTerm }
desde 'e247568aa8'
${ noResults }
BOARDS
/
CARDPUTER CircuitPython
/
test.py
test.py
90B
Histórico
Original
1
2
3
4
5
from keyboard import Keyboard
keyb=Keyboard()
while True:
print(keyb.scan(), end="")