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: 96316b5dd6ac31a3b2858e1ca8873561811c249a (
plain
)
1
2
3
4
import
config
as
board
k
=
board
.
Keyboard
(
board
)
k
.
run
()