Skip to content

Commit

Permalink
Update bbn_m5atomS3_lite_encoder_unit.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Oct 28, 2024
1 parent 4c266d8 commit 5895f89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ void loop() {
sensor.setLEDColor(0, 0x0000FF);
}
if (!btn_status) {
sensor.setLEDColor(0, 0xFF00FF);
sensor.setLEDColor(0, 0xFFFF00);
}
delay(200);
}

0 comments on commit 5895f89

Please sign in to comment.