schinken / SimpleTimer

Fork of Arduino SimpleTimer Library (http://playground.arduino.cc/Code/SimpleTimer)
77 stars 43 forks source link

Add c style timer_callback for avr platform. #10

Closed qiwenmin closed 6 years ago

qiwenmin commented 6 years ago

Other platforms still support lambda-expressions / std::function callbacks.

schinken commented 6 years ago

This looks good to me.