fix format

This commit is contained in:
King Kévin 2016-04-15 12:19:09 +02:00
parent 489a8ea5e3
commit 5d96e84147
1 changed files with 4 additions and 4 deletions

View File

@ -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
=======