This website works better with JavaScript
Home
Explore
Help
Sign In
cube
/
BOARDS
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
I have a lot of boards and usually need to re-use code even for different projects.
1
Commit
1
Branch
Tree:
6b1e73d06c
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '6b1e73d06c'
${ noResults }
BOARDS
/
CARDPUTER CircuitPython
/
test.py
test.py
90B
History
Raw
1
2
3
4
5
from keyboard import Keyboard
keyb=Keyboard()
while True:
print(keyb.scan(), end="")