-
I2C slave mode is an often-requested feature. See eg #3680 and #3858, and #3114 for a previous discussion that was tied to esp8266 implementation. It would be good to define an I2C slave class and h…
-
After powerup, my fairly [standard webrepl startup routine](https://github.com/vgkits/vanguard/blob/master/utilities/replserver/boot.py) is successful, but if the ESP8285 resets for any reason, the We…
-
I'm aware that MicroPython `io` documentation says
> Note that for efficiency, MicroPython doesn’t provide abstract base classes corresponding to the hierarchy above, and it’s not possible to impl…
-
Implement something similar to `modstm.c`
-
The [socket docs](https://docs.micropython.org/en/latest/library/socket.html) state:
> The native socket address format of the socket module is an opaque data type returned by [getaddrinfo](https:/…
-
I just upgraded to micropython github head and have trouble compiling the ota enabled version.
I managed to compile boot8266 after commenting several lines in etshal.h (which were reported as doubly …
-
**Is your feature request related to a problem? Please describe.**
This stems from the discussion in https://github.com/pybricks/pybricks-micropython/pull/68 where @NStrijbosch has proposed a generi…
dlech updated
3 years ago
-
It would be nice to have the modified nucleo firmware as part of the repo so that we can know what's exposed thru the `pyboard` `machine` interface and contribute to it.
Related #63
/cc @mithro…
-
I know this probably isn't the right place to ask but I would like to do some prototyping in Micropython using an RP2040 / MCP251863 on a custom PCB I am designing (to control over 70 clock faces usin…
-
Any chance this will work in CircuitPython?
There are some Raspberry Pi Pico functions still lacking from micropython :(