This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
circuitpython
/
tests
/
feature_check
/
io_module.py
7 lines
72 B
Python
Raw
Normal View
History
Unescape
Escape
Merge MicroPython 1.12 into CircuitPython
2021-04-23 12:26:42 -07:00
try
:
remove last uses of 'u' prefix
2023-08-22 11:15:46 -04:00
import
io
Merge MicroPython 1.12 into CircuitPython
2021-04-23 12:26:42 -07:00
remove last uses of 'u' prefix
2023-08-22 11:15:46 -04:00
print
(
"
io
"
)
Merge MicroPython 1.12 into CircuitPython
2021-04-23 12:26:42 -07:00
except
ImportError
:
print
(
"
no
"
)
Reference in New Issue
Copy Permalink