Skip to content

Commit

Permalink
bugfix - switch off in example script
Browse files Browse the repository at this point in the history
  • Loading branch information
sui77 committed Nov 26, 2016
1 parent d76f65e commit ac4b83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/SendDemo/SendDemo.ino
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ void loop() {
/* See Example: TypeA_WithDIPSwitches */
mySwitch.switchOn("11111", "00010");
delay(1000);
mySwitch.switchOn("11111", "00010");
mySwitch.switchOff("11111", "00010");
delay(1000);

/* Same switch as above, but using decimal code */
Expand Down

0 comments on commit ac4b83a

Please sign in to comment.