From 24f48a0d174557d0078aadf7ce385aee4993fbd1 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 24 May 2026 15:19:09 +0300 Subject: [PATCH] Doc --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71046f1..f8a9e0d 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file