mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Add mock ESP class
This commit is contained in:
parent
39ef78fd4a
commit
8494463926
2 changed files with 13 additions and 0 deletions
|
@ -14,3 +14,5 @@ void pinMode(uint8_t pin, uint8_t mode) {}
|
|||
int max(int a, int b) {
|
||||
return (a > b) ? a : b;
|
||||
}
|
||||
|
||||
ESPClass ESP;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue