flagxor / espforth

9 stars 4 forks source link

Upgrade to use esp32 api 3.0 #2

Open rrothwell opened 4 weeks ago

rrothwell commented 4 weeks ago

This is a modification of espforth.ino in branch eforth63, to provide compatibility with Arduino ESP32 API version 3. Conditional compilation supports API version 2 & 3. The changes are largely restricted to the LEDC code where pin number replaces channel number. Tested on am ESP32-WROOM-32 Devkit and ESP32-S3_WROOM-1 cam module.