schinken / SimpleTimer

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

SNAFU #7

Closed ghost closed 6 years ago

ghost commented 7 years ago

C:\Program Files (x86)\Arduino\libraries\SimpleTimer/SimpleTimer.h:37:22: fatal error: functional: No such file or directory

include

error

schinken commented 6 years ago

It seems that the arduino IDE doesn't include for mega/uno/etc. Thinking about a wordaround for that. Because I want to stay with std::function.

You can use the original version which will not have this problem: https://github.com/schinken/SimpleTimer/blob/master/README.md