Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
add a wee bit more commentings
Browse files Browse the repository at this point in the history
  • Loading branch information
GalexY727 committed Oct 6, 2023
1 parent eeb8129 commit e8663c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/hardware/ArduinoController.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public void periodic() {

public void setLEDState(int state) {
// Add the state to the queue
// If the state is the same as the current state, don't send it
if (!queue.contains(state) &&
state != currentArmState &&
state != currentBellyPanState)
Expand Down

0 comments on commit e8663c3

Please sign in to comment.