mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Tidy up and add more test stubs
This commit is contained in:
parent
b205b63af3
commit
7f8f48756d
3 changed files with 10 additions and 15 deletions
|
@ -121,6 +121,9 @@ void delay(unsigned long ms);
|
|||
void delayMicroseconds(unsigned long us);
|
||||
int max(int a, int b);
|
||||
|
||||
bool ledcAttachChannel(uint8_t pin, uint32_t freq, uint8_t resolution, int8_t channel);
|
||||
bool ledcWrite(uint8_t pin, uint32_t duty);
|
||||
|
||||
class ESPClass {
|
||||
public:
|
||||
size_t getFlashChipSize() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue