drew 67607347e4 remove time.Sleep() calls
- time.Sleep() blocks the entire program, other goroutines won't run. Instead, watch the button channels and filter out any extra presses within too short of a time.
2024-04-02 12:58:16 -06:00
2024-03-30 13:53:19 -06:00
2024-03-30 10:44:28 -06:00
2024-04-02 12:58:16 -06:00
2024-03-30 10:42:37 -06:00

Cabin Lights

This is the application controlling the lights on Mathis's cabin project. They're driven using the Raspberry Pi Pico.

S
Description
Lighting system for the model cabin.
Readme 39 KiB
Languages
Go 100%