mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-06 03:50:13 +02:00
Discovery+comments
This commit is contained in:
parent
4cf3b97584
commit
8f00633563
3 changed files with 64 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue