You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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