Lua-RTOS-ESP32
Lua-RTOS-ESP32 copied to clipboard
pio.port.getval pin numbers always sorted?
pio.port.getval(39, 38, 37) give as result the values of port 37, 38 and 39.
So pio.port.getval(39, 38, 37) is eqivalent to pio.port.getval(37, 38, 39).
Please document these behaviors, this can be quite surprising!
Hmm, sounds to me as if this wasn't some dangerous feature but rather a bug
