mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 10:17:15 +02:00
Add ESP::deepSleep(us)
fixes: https://github.com/espressif/arduino-esp32/issues/51
This commit is contained in:
@ -60,6 +60,7 @@ public:
|
||||
|
||||
const char * getSdkVersion();
|
||||
|
||||
void deepSleep(uint32_t time_us);
|
||||
|
||||
uint8_t getCpuFreqMHz();
|
||||
|
||||
|
Reference in New Issue
Block a user