Skip to content

Commit c05f0fd

Browse files
author
brentru
committed
fix comments
1 parent 79b0139 commit c05f0fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/adafruitio_24_zapier/adafruitio_24_zapier.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ Adafruit_NeoPixel strip = Adafruit_NeoPixel(NUM_PIXELS, NEOPIXEL_PIN, NEO_GRB +
5858
AdafruitIO_Feed *cubetask = io.feed("cubetask");
5959

6060
/* Time Tracking Cube States
61-
* 0: Neutral, Cube on Base
62-
* 1: Cube Tilted, Left on X-Axis
63-
* 2: Cube Tilted, Right on X-Axis
61+
* 1: Cube Tilted Left
62+
* 2: Cube Tilted Right
63+
* 3: Cube Neutral, Top
6464
*/
6565
int cubeState = 0;
6666

0 commit comments

Comments
 (0)