From bc7191e2affff40137f443851444b34cc1ca8612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Fri, 15 Apr 2016 12:28:30 +0200 Subject: [PATCH] fix list --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1dba8fd..66c1912 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ 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) @@ -64,12 +65,14 @@ board The current implementation uses a [blue pill](https://wiki.cuvoodoo.info/doku.php?id=stm32f1xx#blue_pill). The underlying template also supports following board: + - [Maple Mini](http://leaflabs.com/docs/hardware/maple-mini.html), based on a STM32F103CBT6 - [System Board](https://wiki.cuvoodoo.info/doku.php?id=stm32f1xx#system_board), based on a STM32F103C8T6 - [blue pill](ihttps://wiki.cuvoodoo.info/doku.php?id=stm32f1xx#blue_pill), based on a STM32F103C8T6 **Which board is used is defined in the Makefile**. This is required: + - for the linker script to know the memory layout (flash and RAM) - map the user LED and button provided on the board