Arduino-PWM-Reader
Arduino-PWM-Reader copied to clipboard
Library for reading PWM signal using interrupts.
Results
1
Arduino-PWM-Reader issues
Sort by
recently updated
recently updated
newest added
Just use `template class` to generate used ISR functions instead of switch/case them all. Here is a ref: [Use template class member function for ISR](https://kouga.us/arduino-develop-1/)