We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d983642 commit 2ba6acbCopy full SHA for 2ba6acb
src/DigitalExpansion.h
@@ -73,7 +73,7 @@ class DigitalExpansion : public Expansion {
73
* transaction */
74
void digitalWrite(int pin, PinStatus st, bool update = false);
75
76
- /* get the status ha digital output has been set */
+ /* get the status digital output has been set */
77
PinStatus digitalOutRead(int pin);
78
79
/* get the status of a digital input
0 commit comments