yakumo-saki / TimerCall

Arduino (PlatformIO) TimerEventHandler library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TimerCall

Arduino (PlatformIO) TimerEventHandler library

basic usage example

see: basic_usage.cpp

History

v0.4.1 2023/12/31

  • Fix compile error caused by std::vector
  • Add platformio.ini sample for ESP32-8048S050 (ESP32-S3)

v0.4.0 2021/06/20

  • Missing log. maybe bump version.

v0.3.0 2021/01/26

  • License is now apache-2.0
  • FIX: Uninitialized variables.
  • FIX: All tasks ran every tick(big bug!)

v0.2.0 2021/01/21

  • Add stastics hook.

v0.1.1 2021/01/17

  • 2nd release. bugfix

v0.1.0 2021/01/15

  • initial release

About

Arduino (PlatformIO) TimerEventHandler library

License:Apache License 2.0


Languages

Language:C++ 100.0%