Skip to content

Commit

Permalink
reduce frequency of led pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
LucienMorey committed Nov 20, 2023
1 parent ec3ed22 commit af79bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsce_display_bot.ino
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void setup()
shooter = new Shooter(shooter_flywheel);
pitcher = new Pitcher(pitcher_motor);
leds = new AddressableLeds(CHASSIS_LEDS_PIN, CHASSIS_LEDS_LENGTH);
leds->set_frequency(5.0);
leds->set_frequency(1.0);
}

void loop()
Expand Down

0 comments on commit af79bac

Please sign in to comment.