Metro-Arduino-Wiring
Metro-Arduino-Wiring copied to clipboard
Metro library for Arduino or Wiring
Could someone explain me what does it mean this define NOCATCH-UP and what happen in not defined? Below is part of code which I can't understnd. #ifdef NOCATCH-UP previous_millis =...
Hello, I have made some improvements to your Metro library by adding new features... check it out if you want
When compiling in Arduino IDE 1.6.11, I receive the following error: `Metro.cpp:41:16: warning: extra tokens at end of #ifdef directive` `#ifdef NOCATCH-UP` This issue appears to be resolved by changing...
Tried to load the .zip library into Wiring and get the following error: _Specified folder/zip file does not contain a valid library_ I'm using the latest version of _Metro-Arduino-Wiring-master_
please try the following code: # include // Include Metro library # define METROWITHDOT 1.0 // in minutes # define METROWITHOUTDOT 1 // in minutes Metro metroHeartbeat = Metro(1000); Metro...
Hi, I needed the metro for a demo - and needed the metro to pause for some milliseconds before firing the next event. I think it is a useful addition...
It _is_ supposed to be like this, right? It says 250 ms, not 500.
The library and example code is very brief and clear. But I think the Metro::reset() should be called once at the begaining of every example. Maybe in setup(). IMHO, the...