-
Notifications
You must be signed in to change notification settings - Fork 72
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
MicroPython Port #36
Comments
why.. what is micropython? |
A Python interpreter that runs on microcontrollers: https://micropython.org/ |
@dbrgn is there already any progress on this? I need to control a HD44780 with PCF8574 with my LoPy. |
No, but it shouldn't be too hard, since the I2C functionality is already in there. You could copy |
Ok, what are other critical parts?
I guess I start working on this Thursday. |
The context managers are deprecated anyways, so maybe you can avoid support for them in the first place? I'm currently working on a custom codec, but the |
Hi, any progress on this? I'd be willing to contribute too if the work can be split, just let me know |
@melbow Not yet. Feel free to give it a stab, I haven't found the time to do so yet in the last few weeks. In case you have trouble with the enums, I think these could also be removed from RPLCD since they don't provide that much benefit but make porting harder. |
Would be great.
The text was updated successfully, but these errors were encountered: