Scott Penrose

Results 3 comments of Scott Penrose

Initially I implemented this, and snooze (schedule this again once off x seconds in the future), and once (seconds, callback) - set a callback once for the future - both...

Totally - respect it is yours. I had a play last night. Got lambda passed in, and support older style c callbacks, and pass an integer (seconds from now) OR...

```c++ // No need to pass in false (defauilt) & example of lambda Cron.create("25 * * * * *", [](CronID_t id) { Serial.printf("test lambda Callback ID=%d\n", id); }); // Create...