-
Notifications
You must be signed in to change notification settings - Fork 6
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
pycarambola2 basic example #2
base: master
Are you sure you want to change the base?
Conversation
The examples are supposed to be generic to IoTPy rather than to a specific board, because adding separate file for every board (and for every example) would create a lot of redundancy and also misdirect from the IoTPy's intention to unify "things". This is the reason why I don't plan on merging this request. However I am not closing this either as a reminder that (existing) examples have to be modified to be more generic and yet as simple. |
Oh, and forgot to mention - thank you for your input. At the time being people can find the carambola2 example at your fork. If you have any insights or ideas about the goal of generic and simple examples can be achieved, feel free to comment. |
I only have a carabola2 board, so, to get a better feel with the lib, it could be a good exercise, a rewrite of the examples for C2 device. For a future-flexible-device approach, for the moment, just a good previous documentation at the beggining of the script can be a initial approach. |
…nto pycarambola2 Conflicts: examples/basic/01_LED_blink_pycarambola2.py
Add simple fabric file
Add a basic hello world example