-
• #2
The pins are D0 to pin D39, so you want D12.
There are some tests in the Esp32 branch you can reference
https://github.com/espruino/Espruino/blob/ESP32/targets/esp32/tests/i2c-hd44780.js -
• #3
Like a charm, thanks!
The pins are D0 to pin D39, so you want D12.
There are some tests in the Esp32 branch you can reference
https://github.com/espruino/Espruino/blob/ESP32/targets/esp32/tests/i2c-hd44780.js
Like a charm, thanks!
Hello,
Today I flashed one of my ESP32s with the espurino firmware. I am limping along and seeing signs of life. I don't see an ESP32 board.json file in the default directory. Should I be pointing somewhere else? My question is, how do I reference my pins? GPIO12, GPIO_12, PIN12?
Thanks!