Initial commit

This commit is contained in:
Sven van Heugten 2025-11-14 20:40:45 +01:00
commit 284fdc1261
16 changed files with 448 additions and 0 deletions

10
README.md Normal file
View file

@ -0,0 +1,10 @@
# night-light
This is an F# program that turns all the lights in our apartment
* _red_ at 8.30pm in the evening, and
* _white_/_yellow_ (depending on the room) at 4.45am in the morning.
`NightLight.Core` is the functional core, and `NightLight` is the imperative shell.
Runs on a Raspberry Pi 3B+.