Skip to content

Commit ec1b76c

Browse files
committed
Make sensor_test RGB LED color brighter
1 parent 3cf4854 commit ec1b76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino/sensor_test/sensor_test.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ uint8_t sensor_buffer[SENSOR_BUFFER_LENGTH];
1515

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

2020
void setup() {
2121
Serial.begin(38400);

0 commit comments

Comments
 (0)