Questo sito funziona meglio con JavaScript
Home
Esplora
Aiuto
Accedi
cube
/
BOARDS
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Activity
I have a lot of boards and usually need to re-use code even for different projects.
8
Commit
1
Ramo (Branch)
Albero (Tree):
e247568aa8
master
Rami (Branch)
Tag
${ item.name }
Create branch
${ searchTerm }
from 'e247568aa8'
${ noResults }
BOARDS
/
CARDPUTER CircuitPython
/
test.py
test.py
90B
Cronologia
Originale
1
2
3
4
5
from keyboard import Keyboard
keyb=Keyboard()
while True:
print(keyb.scan(), end="")