BlynkTimer IS based on SimpleTimer… however it is also embedded in the Blynk library, so even if adding in
#include <SimpleTimer.h>
SimpleTimer timer;
Blynk will ignore that and use BlynkTimer…
BlynkTimer IS based on SimpleTimer… however it is also embedded in the Blynk library, so even if adding in
#include <SimpleTimer.h>
SimpleTimer timer;
Blynk will ignore that and use BlynkTimer…