LEDC documentation is for development not released version
Posted: Wed Nov 08, 2023 7:59 pm
I was running into some problems with using the LED Control (LEDC) library for Arduino-ESP32 on my TinyPico. Specifically, I could use most but not all of the functions that were documented: those such as ledcFade (https://espressif-docs.readthedocs-host ... l#ledcfade) gave me an error saying that the function did not exist.
After a bit of poking around in my library files, I realised that the documentation https://github.com/espressif/arduino-es ... i/ledc.rst is for the development version https://github.com/espressif/arduino-es ... edc.c#L345, but some functions are not yet in the release version https://github.com/espressif/arduino-es ... hal-ledc.c.
What is the rationale behind this? Could a notice be displayed on the page explaining this?
Thanks,
Leah
After a bit of poking around in my library files, I realised that the documentation https://github.com/espressif/arduino-es ... i/ledc.rst is for the development version https://github.com/espressif/arduino-es ... edc.c#L345, but some functions are not yet in the release version https://github.com/espressif/arduino-es ... hal-ledc.c.
What is the rationale behind this? Could a notice be displayed on the page explaining this?
Thanks,
Leah