Skip to content

Commit dc5e911

Browse files
committed
now ligsts
1 parent 7d4aead commit dc5e911

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • TeamCode/src/main/java/org/mrpsvt/capital_robotics/teleop

TeamCode/src/main/java/org/mrpsvt/capital_robotics/teleop/lights.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ private void updateLeds() {
294294
private void initPCA9685() {
295295
// Clear sleep bit (bit 4) to enable oscillator
296296
// 0x00 = normal mode, auto-increment enabled (bit 5 set → 0x20)
297-
// AI + normal mode
297+
// AI + normal mode
298298
// Allow oscillator to stabilize
299299
try { Thread.sleep(10); } catch (InterruptedException ignored) {}
300300
}

0 commit comments

Comments
 (0)