-
-
Notifications
You must be signed in to change notification settings - Fork 4
Examples cleanup #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples cleanup #37
Conversation
revamp demo examples
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- demo.py is wrong -> it seems to be touch_move.py
- on mpy 1.22.2 main not import demo (I don't know why)
- arduino_runtime examples must contain
cleanup
with alvik.stop() ->start(setup,loop, cleanup)
@gbr1 Are you sure about the MP 1.22.2 issue? It seems alright to me... maybe a failed reimport? |
fix: modulino example should raise ImportError when the lib is not available
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything is smooth :D
Revamped all the examples: