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
/
feature_check
/
uio_module.py
blob: bad8d7c95beb1f17ea0eafe43ac6827ea9609ceb (
plain
)
1
2
3
4
5
6
try
:
import
uio
print
(
"uio"
)
except
ImportError
:
print
(
"no"
)