Doc
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Chill
|
# 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
|
## Shell Commands
|
||||||
|
|
||||||
@@ -16,4 +16,9 @@ All commands are available over the Zephyr shell (USB).
|
|||||||
| `mode status` | — | Print current config (phases, color, duration) |
|
| `mode status` | — | Print current config (phases, color, duration) |
|
||||||
| `mode colors` | — | List all available color names with RGB values |
|
| `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.
|
> See [DEBUG.md](DEBUG.md) for development/test commands.
|
||||||
Reference in New Issue
Block a user