index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
pyb
/
switch.py
blob: 7c44adb136cee7c59874e434ae098b9b12807860 (
plain
)
1
2
3
4
5
6
from
pyb
import
Switch
sw
=
Switch
()
print
(
sw
())
sw
.
callback
(
print
)
sw
.
callback
(
None
)