mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 02:39:57 +02:00
Submit to precommit
This commit is contained in:
parent
527bc19649
commit
44e8e0bb06
4 changed files with 7 additions and 7 deletions
|
@ -4,11 +4,11 @@
|
|||
#include <Arduino.h>
|
||||
|
||||
class MyTimer {
|
||||
public:
|
||||
public:
|
||||
MyTimer(unsigned long interval);
|
||||
bool elapsed();
|
||||
|
||||
private:
|
||||
private:
|
||||
unsigned long interval;
|
||||
unsigned long previousMillis;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue