This website requires JavaScript.
Explore
Help
Sign In
m5
/
Core2forAWS-MicroPython
Watch
0
Star
0
Fork
0
You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced
2026-05-20 10:30:31 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
055ee1891977f7ce43c99c6fb31b9a15ee22896f
Core2forAWS-MicroPython
/
tests
/
pyb
/
switch.py
T
7 lines
87 B
Python
Raw
Normal View
History
Unescape
Escape
tests: Add a suite of tests specifically for the pyboard.
2014-05-03 16:43:27 +01:00
from
pyb
import
Switch
tests, pyb: Add 'import pyb' when needed.
2014-05-04 12:40:51 +01:00
sw
=
Switch
(
)
tests: Add a suite of tests specifically for the pyboard.
2014-05-03 16:43:27 +01:00
print
(
sw
(
)
)
sw
.
callback
(
print
)
sw
.
callback
(
None
)
Reference in New Issue
Copy Permalink