Ce site fonctionne mieux avec JavaScript
Accueil
Explorateur
Aide
Connexion
cube
/
BOARDS
Suivre
1
Favoriser
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
I have a lot of boards and usually need to re-use code even for different projects.
1
Commit
1
Branche
Aborescence:
6b1e73d06c
master
Branches
Tags
${ item.name }
Créer la branche
${ searchTerm }
de '6b1e73d06c'
${ noResults }
BOARDS
/
CARDPUTER CircuitPython
/
test.py
test.py
90B
Historique
Brut
1
2
3
4
5
from keyboard import Keyboard
keyb=Keyboard()
while True:
print(keyb.scan(), end="")