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