Este site funciona melhor com JavaScript
Página inicial
Explorar
Ajuda
Entrar
cube
/
BOARDS
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull Requests
0
Versões
0
Wiki
Atividade
I have a lot of boards and usually need to re-use code even for different projects.
1
Commit
1
Branch
Tag:
6b1e73d06c
master
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de 6b1e73d06c
${ 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="")