Skip to content

Commit

Permalink
Make sensor_test RGB LED color brighter
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbez1 committed Nov 4, 2018
1 parent 3cf4854 commit ec1b76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arduino/sensor_test/sensor_test.ino
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ uint8_t sensor_buffer[SENSOR_BUFFER_LENGTH];

Adafruit_NeoPixel strip = Adafruit_NeoPixel(NUM_MODULES, 6, NEO_GRB + NEO_KHZ800);
uint32_t color_green = strip.Color(0, 30, 0);
uint32_t color_purple = strip.Color(2, 0, 2);
uint32_t color_purple = strip.Color(5, 0, 5);

void setup() {
Serial.begin(38400);
Expand Down

0 comments on commit ec1b76c

Please sign in to comment.