This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
cube
/
BOARDS
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
I have a lot of boards and usually need to re-use code even for different projects.
8
Commitit
1
Haara
Puu:
e247568aa8
master
Branchit
Tagit
${ item.name }
Create branch
${ searchTerm }
from 'e247568aa8'
${ noResults }
BOARDS
/
CARDPUTER CircuitPython
/
test.py
test.py
90B
Historia
Raaka
1
2
3
4
5
from keyboard import Keyboard
keyb=Keyboard()
while True:
print(keyb.scan(), end="")