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.
1
Commits
1
Branch
Struktur:
6b1e73d06c
master
Branches
Tags
${ item.name }
Erstelle Branch
${ searchTerm }
von '6b1e73d06c'
${ 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="")