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 f2cafdd commit b323fcfCopy full SHA for b323fcf
content/hardware/05.pro-solutions/solutions-and-kits/edge-control/tutorials/user-manual/content.md
@@ -867,8 +867,7 @@ You can control the relay outputs individually using this function:
867
868
```arduino
869
Relay.on(RELAY_CH01); // this command closes the channel 1 relay contacts
870
-```
871
-```arduino
+
872
Relay.off(RELAY_CH01); // this command opens the channel 1 relay contacts
873
```
874

0 commit comments