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

README.md: Add trailing dot after inline function call example

This commit is contained in:
Noah 2015-07-12 21:12:30 +02:00 committed by Ivan Grokhotkov
parent 21dbf523d8
commit e82b16154d

View File

@ -35,8 +35,7 @@ $ ant dist
```pinMode```, ```digitalRead```, ```digitalWrite```, ```analogWrite``` work as usual.
Pin numbers correspond directly to the esp8266 GPIO pin numbers. To read GPIO2,
call ```digitalRead(2)```
Pin numbers correspond directly to the esp8266 GPIO pin numbers. To read GPIO2, call ```digitalRead(2)```.
GPIO0-GPIO15 can be ```INPUT```, ```OUTPUT```, ```INPUT_PULLUP```, and ```INPUT_PULLDOWN```.
GPIO16 can be ```INPUT```, ```OUTPUT``` or ```INPUT_PULLDOWN```.