madhephaestus / ESP32Servo

Arduino-compatible servo library for the ESP32
133 stars 53 forks source link

add support for ESP32-S3 and ESP32-C3 and match chip instead of board #32

Closed codingcatgirl closed 1 year ago

codingcatgirl commented 1 year ago

I needed to use this library with the ESP32-S3, and noticed it would not let me use some pins.

So, i added support for the ESP32-S3 and the ESP32-C3, while we're at it. Also, i changed the chip matching so it actually matches for the chip in question (yes, using IDF flags, it works under arduino and i couldn't find a nicer way), and not just the dev boards, since arduino has way more boards defined with these chips than just the dev boards.

madhephaestus commented 1 year ago

Wow this is awesome, thank you!

madhephaestus commented 1 year ago

This feature is released as of 0.13.0