This commit is contained in:
Your Name
2026-05-24 15:19:09 +03:00
parent e14e9a15ad
commit 24f48a0d17
+6 -1
View File
@@ -1,6 +1,6 @@
# Chill
Zephyr RTOS firmware with mode control, addressable LEDs, PWM bar, IMU, and ambient light sensing. Config is persisted to flash via NVS.
Sulajalmari code for resting eyes when working. Default settings are 20 minutes of work (the blue LEDs as a loading bar), 20 seconds of looking into the distance (eyes flashing).
## Shell Commands
@@ -16,4 +16,9 @@ All commands are available over the Zephyr shell (USB).
| `mode status` | — | Print current config (phases, color, duration) |
| `mode colors` | — | List all available color names with RGB values |
Example 15min and 20s:
```
mode set 900000 20000
```
> See [DEBUG.md](DEBUG.md) for development/test commands.