Timeline for Timer with ajustable time delay
Current License: CC BY-SA 4.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 1, 2018 at 23:07 | comment | added | fmarengo | I've found the solution, through the function attachInterrupt(function,period); inside loop() In other words, I wrote loop(){ Timer1.attachInterrupt(function,period); // rest of the code } where period changes inside the ISR called when the external button is pressed. Thanks a lot @jose can u c!! | |
| Oct 1, 2018 at 15:47 | history | answered | jose can u c | CC BY-SA 4.0 |