[Feature] GPIO mapping for not supported systems
Currently gpio_get
and gpio_set
functions just work on a raspberry pi.
Would it be possible some day to map not existing GPIOs to something appropriate for each system?
Maybe on any Linux/Windows machine you could open a socket that is listening for incoming data or sending data. Another example: in PICO-8 it is possible to pass an array via JS to the fantasy console that is mapped to GPIO
Cheers, nics_le