WIP
This commit is contained in:
19
esp32_device/main/system.h
Normal file
19
esp32_device/main/system.h
Normal file
@ -0,0 +1,19 @@
|
||||
/**
|
||||
* System functions
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Reboot ESP32
|
||||
*/
|
||||
void reboot();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user