Please fix code in TickerScheduler.h : 4 line. `#include <Arduino.h>` Change to: ``` #if defined(ARDUINO) && ARDUINO >= 100 #include "Arduino.h" #endif ``` Thanks.