commit 70a6c5de9da9467ad2a1bd471f4c3f6e64af8946 parent c4e1e432855ff4a0651ce3abf62e229bb4173df0 Author: Martin Kloeckner <mjkloeckner@gmail.com> Date: Sat, 23 Aug 2025 22:45:12 -0300 added `README.md` Diffstat:
| A | README.md | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md @@ -0,0 +1,9 @@ +# Nucleo board Arduino framework example + +This is a simple platformio example using Arduino framework. The code blinks the +board's builtin LED + +## Related info + +[https://github.com/platformio/platform-ststm32](https://github.com/platformio/platform-ststm32) +[https://docs.platformio.org/en/latest/platforms/ststm32.html#platform-ststm32](https://docs.platformio.org/en/latest/platforms/ststm32.html#platform-ststm32)
