How the new BlynkTimer works?

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…

1 Like