fix format
This commit is contained in:
parent
489a8ea5e3
commit
5d96e84147
|
@ -2,10 +2,10 @@ The LED clock is an add-on for round wall clocks.
|
|||
The purpose is to have LEDs on the circumference of the clock to show the progress of the time using coloured light.
|
||||
|
||||
For that you will need:
|
||||
* a WS2812b RGB LEDs strip (long enough to go around the clock)
|
||||
* a development board with a STM32F103 micro-controller and 32.768 kHz oscillator for the Real Time Clock (such as the blue pill)
|
||||
* a coin cell battery to keep the RTC running (optional)
|
||||
* a GL5528 photo-resistor to adjust the LED brightness (optional)
|
||||
- a WS2812b RGB LEDs strip (long enough to go around the clock)
|
||||
- a development board with a STM32F103 micro-controller and 32.768 kHz oscillator for the Real Time Clock (such as the blue pill)
|
||||
- a coin cell battery to keep the RTC running (optional)
|
||||
- a GL5528 photo-resistor to adjust the LED brightness (optional)
|
||||
|
||||
project
|
||||
=======
|
||||
|
|
Loading…
Reference in New Issue