Is it possible to restrict a GPIO in board.py to support input (or output) only ?
Some of ESP32 GPIO's support only one direction.
Optional we could check this in jshardware.c.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Is it possible to restrict a GPIO in board.py to support input (or output) only ?
Some of ESP32 GPIO's support only one direction.
Optional we could check this in jshardware.c.