Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
tutorials_devicehub [2017/04/01 06:45] admin [Sending Commands to the Nodes] |
tutorials_devicehub [2017/04/01 06:50] (current) admin [Sending Commands to the Nodes] |
||
---|---|---|---|
Line 266: | Line 266: | ||
// pins for the LEDs: | // pins for the LEDs: | ||
const int redPin = 8; | const int redPin = 8; | ||
- | const int greenPin = 11 | + | const int greenPin = 11; |
const int bluePin = 10; | const int bluePin = 10; | ||