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:
2
NOTES
2
NOTES
@ -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
|
||||
|
Reference in New Issue
Block a user