Skip to content

Commit

Permalink
Made pink wait light yellow to match comment
Browse files Browse the repository at this point in the history
  • Loading branch information
baileysage committed Nov 6, 2024
1 parent 9c0b2ed commit 2814d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/software/boot.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def petal_init(bus):
## waiting for wheel with a yellow light
if petal_bus:
petal_bus.writeto_mem(PETAL_ADDRESS, 3, bytes([0x80]))
petal_bus.writeto_mem(PETAL_ADDRESS, 2, bytes([0x80]))
petal_bus.writeto_mem(PETAL_ADDRESS, 4, bytes([0x80]))

## touchwheel last, with a wait loop, b/c it doesn't init until animation is over
## probably need to implement a timeout here?
Expand Down

0 comments on commit 2814d13

Please sign in to comment.