diff options
author | xengineering <me@xengineering.eu> | 2021-09-28 14:27:33 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2021-09-28 14:27:33 +0200 |
commit | 3aef86531398a98258bdb21a73b46fc2914db08e (patch) | |
tree | de9d04f71c8257112f26a6bfc7fd87d5b4fd79a0 /README.md | |
parent | 9704cdaa3d48fe1deceaba1189706326bd41f306 (diff) | |
download | ledcontrol-3aef86531398a98258bdb21a73b46fc2914db08e.tar ledcontrol-3aef86531398a98258bdb21a73b46fc2914db08e.tar.zst ledcontrol-3aef86531398a98258bdb21a73b46fc2914db08e.zip |
Timing Improvements for PWM Demonstration
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,4 +44,5 @@ call `load` and `run` again. - 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 +- A nice [PWM example](https://github.com/libopencm3/libopencm3-examples/blob/master/examples/stm32/f1/obldc/pwmleds/pwmleds.c) from the libopencm3 project |