From e82b16154de9cfc4e563acf60e298bee1c917820 Mon Sep 17 00:00:00 2001 From: Noah Date: Sun, 12 Jul 2015 21:12:30 +0200 Subject: [PATCH] README.md: Add trailing dot after inline function call example --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ae3169ea0..c790ef369 100644 --- a/README.md +++ b/README.md @@ -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```.