Open imbuedhope opened 10 years ago
Input will be in the format of xPosition, yPosition, zPosition, rValue, gValue, bValue;.
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.
12,14,52,255,0,0;
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.
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.