1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Fix typo, add mode keyword for ESP8266WiFi, remove .bss section from sketch flash size calculation

This commit is contained in:
Ivan Grokhotkov
2015-01-25 22:44:49 +03:00
parent 83f7490cc2
commit 28bfe331d5
3 changed files with 3 additions and 2 deletions

2
NOTES
View File

@ -13,7 +13,7 @@ What works
- analogRead(0) reads the value of the ADC channel connected to the TOUT pin.
- pin interrupts (attachInterrupt, detachInterrupt)
Interrupts may be attach to any GPIO pin. Standard Arduino interrupt types are
Interrupts may be attached to any GPIO pin. Standard Arduino interrupt types are
supported: CHANGE, RISING, FALLING.
- shiftIn, shiftOut