index
:
0x33.board/firmware
main
CircuitPython isomorphic MIDI controller firmware
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
code.py
blob: 24bed231dfb8fa7ccd4ca50d3e20181bced4563a (
plain
)
1
2
3
4
5
# import test
from
hex33board
import
Keyboard
k
=
Keyboard
()
k
.
run
()