Files
led-bar/src
jimmy 8345b31caf Refactor n_chase pattern for bidirectional movement
- Updated n_chase to support bidirectional movement with n3 and n4 parameters
- n3 controls forward steps per direction change
- n4 controls backward steps per direction change
- Pattern alternates between moving forward n3 steps and backward n4 steps
- Each direction repeats for the specified number of steps before switching
- Added test/9.py with n1=20, n2=20, n3=20, n4=-5 parameters
- Updated to run as a thread-based pattern similar to other patterns
2025-10-26 20:39:28 +13:00
..
2025-06-04 21:02:55 +12:00
2025-06-04 21:02:55 +12:00
2025-09-15 12:58:20 +12:00
2025-10-25 19:01:57 +13:00
2025-06-08 13:18:28 +12:00