imbuedhope / LEDCubed

0 stars 1 forks source link

Arduino code needs to get serial input and store it #1

Open imbuedhope opened 10 years ago

imbuedhope commented 10 years ago

Input will be in the format of xPosition, yPosition, zPosition, rValue, gValue, bValue;.

For example, 12,14,52,255,0,0; for a pure red LED at x = 12, y = 14, and z = 52.

A null value for the LED will be sent with r = 0, g = 0, and b = 0. This means that the LED should be turned off.