schinken / SimpleTimer

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

Chagne timer_callback defination from c++ style to c style. #9

Closed qiwenmin closed 6 years ago

qiwenmin commented 6 years ago

For compiling with avr toolchain. ( could not be found when using avr toolchain)

schinken commented 6 years ago

Hi there,

no I will not merge that. If you don't want std::function / functional (which will not work with arduino mega/uno/etc but with esp32/8266) you should use the original version mentioned in the readme: https://github.com/schinken/SimpleTimer/blob/master/README.md

The purpose of this fork is exactly, what you want to remove ;)