mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-06 05:21:22 +03:00
README.md: Add trailing dot after inline function call example
This commit is contained in:
parent
21dbf523d8
commit
e82b16154d
@ -35,8 +35,7 @@ $ ant dist
|
|||||||
|
|
||||||
```pinMode```, ```digitalRead```, ```digitalWrite```, ```analogWrite``` work as usual.
|
```pinMode```, ```digitalRead```, ```digitalWrite```, ```analogWrite``` work as usual.
|
||||||
|
|
||||||
Pin numbers correspond directly to the esp8266 GPIO pin numbers. To read GPIO2,
|
Pin numbers correspond directly to the esp8266 GPIO pin numbers. To read GPIO2, call ```digitalRead(2)```.
|
||||||
call ```digitalRead(2)```
|
|
||||||
|
|
||||||
GPIO0-GPIO15 can be ```INPUT```, ```OUTPUT```, ```INPUT_PULLUP```, and ```INPUT_PULLDOWN```.
|
GPIO0-GPIO15 can be ```INPUT```, ```OUTPUT```, ```INPUT_PULLUP```, and ```INPUT_PULLDOWN```.
|
||||||
GPIO16 can be ```INPUT```, ```OUTPUT``` or ```INPUT_PULLDOWN```.
|
GPIO16 can be ```INPUT```, ```OUTPUT``` or ```INPUT_PULLDOWN```.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user