dmadison / ServoInput

Interrupt-driven servo decoder library for Arduino
GNU Lesser General Public License v3.0
22 stars 10 forks source link

Library does not compile on Arduino Nano 33 BLE #17

Closed sabin-roman closed 2 years ago

sabin-roman commented 2 years ago

Hi David, the library works great on Uno & Mega, however, it does not compile on Arduino Nano 33 BLE.

I saw there are a few other folks that left comments on forums about this issue, so I guess more people could find this useful.

Hope you have some time to address it.

dmadison commented 2 years ago

Hi Sabin, thanks for creating this issue. I've pushed some changes to the universal branch which should let the library work on the Nano 33. Please give it a try and let me know if there are any problems.

dmadison commented 2 years ago

Fixed in #18. Feel free to re-open if there's an issue.