Skip to content

Commit a7f876d

Browse files
author
Amanda Butler
authored
Edit README.md
Edit file for active voice.
1 parent c447661 commit a7f876d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# DigitalInOut example
22

3-
The DigitalInOut API can be used to both read and write a digital pin. Use the output() and input() function calls to switch modes and then use just like you would DigitalIn or DigitalOut.
3+
You can use the DigitalInOut API to both read and write to a digital pin:
4+
5+
1. Use the `output()` and `input()` function calls to switch modes.
6+
1. Use just like you would DigitalIn or DigitalOut.

0 commit comments

Comments
 (0)