Closed brentru closed 2 years ago
@brentru
Merged and released shortly. Looking forward to receiving more PRs from you as there are too many new Adafruit boards I can't keep up updating.
Thanks.
@khoih-prog More boards during this time isn't a bad thing! Is there a way we can collapse this #define at all? or any of these?
Could you explain the #define for ESP32 a bit? I haven't seen this macro before - does it target ESP32 (non-c3/s2/..) boards such as the Feather HUZZAH32?
Do you mean this https://github.com/khoih-prog/ESP32_ISR_Servo/blob/cc1b6a514c412bf987e9cdb8c2c68d47468d111d/src/ESP32_ISR_Servo.hpp#L42-L43
If so, it's trying to catch any ESP32 board not identified in previous defines, assuming it's a normal ESP32 (non C3, S2, S3, etc). Better than compile error.
Yes, I did mean L42. Good way of catching the non-Sx/-Cx boards!
Hi @brentru
The new ESP32_ISR_Servo release v1.3.1 has just been published.
Your contribution is noted in Contributions and Thanks
Best Regards,
Hi, we're looking into using this library with Adafruit WipperSnapper since its non-blocking.
Added #define's for some of the more recent Adafruit boards within
arduino-esp32
BSP. Bump semver, please release when merged.