Update README.md

master
漪綿 清烛 5 years ago committed by GitHub
parent 277853af9e
commit 245452b75d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      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. - **int delay** How slow you want a voltage change from 0 to 1 in milliseconds.
------------------------------------------------------- -------------------------------------------------------
### slowWrite.run() ### slowWrite.run()
Put this in your main loop. - Put this in your main loop.
------------------------------------------------------- -------------------------------------------------------
### slowWrite.high() ### slowWrite.high()
To change the pin voltage from 0 to 1. - To change the pin voltage from 0 to 1.
---------------------- ----------------------
### slowWrite.low() ### slowWrite.low()
To change the pin voltage from 1 to 0. - To change the pin voltage from 1 to 0.
---------------------- ----------------------
#### Example #### Example
````C++ ````C++

Loading…
Cancel
Save