FireBeetle 2 ESP32-C6 servo not working
I read the website notes stating that I need to use the ESP32_ISR_Servo library. I installed it, went to Github and used their example code but I get errors. It looks like it may not work with C6? It says it works for C3 but nothing about C6. Anyone have any success with running a servo with this?
2024-09-09 22:36:38
ESP32_ISR_Servo is only compatible with V2 ESP32 SDK, while ESP32 C6 can only use V3 SDK.
I think you can use the ESP32Servo. This library is compatible with ESP32 C6 and tested successfully.
I have also told the ESP32-C6 product department to change the wiki doc.