Discovery+comments

This commit is contained in:
Cabooman 2024-02-02 13:29:10 +01:00
parent 4cf3b97584
commit 8f00633563
3 changed files with 64 additions and 6 deletions

View file

@ -5,7 +5,9 @@
class MyTimer {
public:
/** interval in ms */
MyTimer(unsigned long interval);
/** Returns true and resets the timer if it has elapsed */
bool elapsed();
private: