-
- Downloads
micropython: limit access to safe GPIOs
Hacking on things is fun, but accidentally doing machine.Pin(1337).on() and frying your flow3r isn't. Especially if you're just copypasting code from the Internet. We might add some escape hatch for this later for board experimentation/testing/debugging..?
Showing
- components/flow3r_bsp/Kconfig 7 additions, 0 deletionscomponents/flow3r_bsp/Kconfig
- components/micropython/include/mpconfigboard.h 2 additions, 0 deletionscomponents/micropython/include/mpconfigboard.h
- components/micropython/vendor/ports/esp32/machine_pin.c 100 additions, 0 deletionscomponents/micropython/vendor/ports/esp32/machine_pin.c
Loading
Please register or sign in to comment