Skip to content

Commit b323fcf

Browse files
committed
Structure fix 1
1 parent f2cafdd commit b323fcf

File tree

1 file changed

+1
-2
lines changed
  • content/hardware/05.pro-solutions/solutions-and-kits/edge-control/tutorials/user-manual

1 file changed

+1
-2
lines changed

content/hardware/05.pro-solutions/solutions-and-kits/edge-control/tutorials/user-manual/content.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -867,8 +867,7 @@ You can control the relay outputs individually using this function:
867867

868868
```arduino
869869
Relay.on(RELAY_CH01); // this command closes the channel 1 relay contacts
870-
```
871-
```arduino
870+
872871
Relay.off(RELAY_CH01); // this command opens the channel 1 relay contacts
873872
```
874873
![AC load wiring through channel 1 relay contact](assets/relay-outputs.png)

0 commit comments

Comments
 (0)