We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d4aead commit dc5e911Copy full SHA for dc5e911
1 file changed
TeamCode/src/main/java/org/mrpsvt/capital_robotics/teleop/lights.java
@@ -294,7 +294,7 @@ private void updateLeds() {
294
private void initPCA9685() {
295
// Clear sleep bit (bit 4) to enable oscillator
296
// 0x00 = normal mode, auto-increment enabled (bit 5 set → 0x20)
297
- // AI + normal mode
+ // AI + normal mode
298
// Allow oscillator to stabilize
299
try { Thread.sleep(10); } catch (InterruptedException ignored) {}
300
}
0 commit comments