1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

Merge pull request #185 from ficeto/esp8266

missing libs and definitions from SDK
This commit is contained in:
Ivan Grokhotkov 2015-05-07 10:19:14 +03:00
commit 73c8bfcc96
2 changed files with 1158 additions and 1 deletions

View File

@ -132,7 +132,7 @@ static uint8_t esp8266_gpioToFn[16] = {0x34, 0x18, 0x38, 0x14, 0x3C, 0x40, 0x1C,
#define T1I ESP8266_REG(0x60C) //Interrupt Status Register (1bit) write to clear
//edge interrupt enable register
#define TEIE ESP8266_DREG(0x04)
#define TEIE1 0x02 //it for timer 1
#define TEIE1 0x02 //bit for timer 1
//Timer 2 Registers (32bit CountUp Timer)
#define T2L ESP8266_REG(0x620) //Load Value (Starting Value of Counter)

1157
doc/rgisters_dump.txt Normal file

File diff suppressed because it is too large Load Diff