From b88c53866d379616000ae0f6166b8834bfd8c275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Mon, 18 Jun 2018 08:04:29 +0200 Subject: [PATCH] readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..415ba4c --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +This demo uses GEX to drive NeoPixels. It is a Python implementation +of the [Pomodoro timer](https://en.wikipedia.org/wiki/Pomodoro_Technique). + +The strip shows: +- a shortening red strip during the work phase +- dim orange/red when the user should start working +- dim green when the break can be started +- and a shortening green strip during the break phase + +The end-of-phase wait states are left by pushing a button, entering the following +break or work period.