Skip to content

Commit

Permalink
Created On / Off LED (markdown)
Browse files Browse the repository at this point in the history
  • Loading branch information
onyx-peekaboo committed Feb 3, 2015
1 parent 87c1f38 commit ef1420e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions On---Off-LED.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### ON

DeviceInfo.currentDevice.setLedColor("red", 1);
DeviceInfo.currentDevice.setLedColor("green", 1);
DeviceInfo.currentDevice.setLedColor("blue", 1);


### OFF
DeviceInfo.currentDevice.setLedColor("red", 0);
DeviceInfo.currentDevice.setLedColor("green", 0);
DeviceInfo.currentDevice.setLedColor("blue", 0);

0 comments on commit ef1420e

Please sign in to comment.