1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-26 07:02:15 +03:00

Add watchdog and deep sleep APIs

requested in #34
This commit is contained in:
Ivan Grokhotkov
2015-04-11 10:58:57 +08:00
parent 91d5fe73c0
commit 5c94d333c5
3 changed files with 104 additions and 0 deletions

View File

@ -158,6 +158,7 @@ volatile uint32_t* portModeRegister(uint32_t port);
#include "WString.h"
#include "HardwareSerial.h"
#include "Esp.h"
uint16_t makeWord(uint16_t w);
uint16_t makeWord(byte h, byte l);