Initial addition of wdt and brownout code

This commit is contained in:
Jeroen Domburg
2016-10-21 17:59:57 +08:00
parent 922839d131
commit 53146799a0
9 changed files with 424 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef BROWNOUT_H
#define BROWNOUT_H
void esp_brownout_init();
#endif