blob: 0306080ccdf37f219a8eae4c6cbd81315e6a1821 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# ledcontrol
A firmware project for the STM32F103C8T6 to control LED strips.
## External References
- Nice [Tutorial](https://jacobmossberg.se/posts/2018/08/11/run-c-program-bare-metal-on-arm-cortex-m3.html) about C programs on bare-metal ARM chips
- Another useful [Tutorial](https://www.rhye.org/post/stm32-with-opencm3-0-compiling-and-uploading/) about STM32 programming with libopencm3
|