PaulStoffregen / Encoder

Quadrature Encoder Library for Arduino
http://www.pjrc.com/teensy/td_libs_Encoder.html
561 stars 242 forks source link

Add support for Arduino Nano 33 BLE (NRF52840) #71

Closed aftersomemath closed 3 years ago

aftersomemath commented 3 years ago

Fixes #50 for the case of interrupts enabled. I did not test with interrupts disabled.

Interested in any comments, I am particularly unsure if I used the appropriate flag for detecting the NRF52840 platform.