Diese Webseite funktioniert besser mit JavaScript
Startseite
Erkunden
Hilfe
Anmelden
cube
/
BOARDS
Beobachten
1
Favorisieren
0
Fork
0
Code
Issues
0
Pull-Requests
0
Releases
0
Wiki
Aktivität
I have a lot of boards and usually need to re-use code even for different projects.
5
Commits
1
Branch
Struktur:
36fbebe672
master
Branches
Tags
${ item.name }
Erstelle Branch
${ searchTerm }
von '36fbebe672'
${ noResults }
BOARDS
/
CARDPUTER CircuitPython
/
test.py
test.py
90B
Verlauf
Originalformat
1
2
3
4
5
from keyboard import Keyboard
keyb=Keyboard()
while True:
print(keyb.scan(), end="")