Skip to content

Commit

Permalink
README.md: Add trailing dot after inline function call example
Browse files Browse the repository at this point in the history
  • Loading branch information
noahwilliamsson authored and igrr committed Jul 22, 2015
1 parent 21dbf52 commit e82b161
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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```.
Expand Down

0 comments on commit e82b161

Please sign in to comment.