esp-idf/components/esp32/include/esp_brownout.h

6 lines
72 B
C
Raw Normal View History

#ifndef BROWNOUT_H
#define BROWNOUT_H
void esp_brownout_init();
#endif