diff options
author | xengineering <mail2xengineering@protonmail.com> | 2021-03-28 12:57:24 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2021-03-28 13:02:20 +0200 |
commit | 8fd8b46a4b78f631a90109a9ba72fe0c93d2e9cb (patch) | |
tree | 3e5264e2eabbf874efff6474131137405ba9723a /README.md | |
parent | 9b7d53550645d693afbb338258af6bcd7b7b2539 (diff) | |
download | ledcontrol-8fd8b46a4b78f631a90109a9ba72fe0c93d2e9cb.tar ledcontrol-8fd8b46a4b78f631a90109a9ba72fe0c93d2e9cb.tar.zst ledcontrol-8fd8b46a4b78f631a90109a9ba72fe0c93d2e9cb.zip |
Initial Project Commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 2 insertions, 15 deletions
@@ -1,18 +1,5 @@ -Easy "clone and go" repository for a libopencm3 based project. -# Instructions - 1. git clone --recurse-submodules https://github.com/libopencm3/libopencm3-template.git your-project - 2. cd your-project - 3. make -C libopencm3 # (Only needed once) - 4. make -C my-project +# ledcontrol -If you have an older git, or got ahead of yourself and skipped the ```--recurse-submodules``` -you can fix things by running ```git submodule update --init``` (This is only needed once) +A firmware project for the STM32F103C8T6 to control WS2812 LED strips. -# Directories -* my-project contains your application -* my-common-code contains something shared. - -# As a template -You should replace this with your _own_ README if you are using this -as a template. |