DavidAntliff / esp32-ds18b20-example

ESP32-compatible example for Maxim Integrated DS18B20 Programmable Resolution 1-Wire Digital Thermometer.
MIT License
108 stars 34 forks source link

GPIO range in Kconfig.protobuild may be incorrect #17

Closed climategadgets closed 4 years ago

climategadgets commented 4 years ago

Several sources list GPIO 34-39 as input only, whereas Kconfig.protobuild lists the range as 0 34, and help text says "GPIOs 35-39 are input-only".

DavidAntliff commented 4 years ago

Yes, good catch, thank you: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/gpio.html - the help text should say "34-39" and the range should be 0 33. I'll fix this.

DavidAntliff commented 4 years ago

This will be fixed as part of https://github.com/DavidAntliff/esp32-ds18b20-example/pull/18