add readme.md template for 48-pin stm32f103

This commit is contained in:
Edward Emelianov
2024-02-04 15:52:37 +03:00
parent 01f6187229
commit 44f0f18e9f
2 changed files with 53 additions and 0 deletions

View File

@@ -32,3 +32,6 @@
- **USB_SPI** - work with SPI over USB
- **ws2815** - running rainbow on LED strip WS2815
- **STM32F103C.md** - markdown table for 48-pin STM32F103, use it as template in Readme.md, to format
pretty looking table [use](https://josh.fail/2022/pure-bash-markdown-table-generator/) `markdown-table -5 -s"|" < STM32F103C.md >> Readme.md`
after filling it with your data.