SimpleTimer.h and ESP8266

When trying to include the “SimpleTimer.h” file but it says it is not found. Standard ESP8266 standalone works perfect. Any thoughts. Thanks

hi… seems like the library aren’t installed. You can download the zip from github. https://github.com/jfturcot/SimpleTimer

Hope it helps :smile:

In case needed: instructions installing library

awesome, thanks so much. I guess I was assuming it was a function unique to Blynk and wasn’t from another source. duh :smile:

hehe no problem :slight_smile:

Just as info. The SimpleTimer is just a nice practical wrap-up of millis() concept known from the standard example (blink without delay)

1 Like