From 245452b75ddd18bd54ac05cabc912abd6b39512d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BC=AA=E7=B6=BF=20=E6=B8=85=E7=83=9B?= Date: Tue, 5 Mar 2019 21:00:28 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 60ba7ef..1f5f921 100644 --- a/README.md +++ b/README.md @@ -81,13 +81,13 @@ Use this function to set the pin and delay info. - **int delay** How slow you want a voltage change from 0 to 1 in milliseconds. ------------------------------------------------------- ### slowWrite.run() -Put this in your main loop. + - Put this in your main loop. ------------------------------------------------------- ### slowWrite.high() -To change the pin voltage from 0 to 1. + - To change the pin voltage from 0 to 1. ---------------------- ### slowWrite.low() -To change the pin voltage from 1 to 0. + - To change the pin voltage from 1 to 0. ---------------------- #### Example ````C++