restructuring

This commit is contained in:
2022-03-10 11:04:14 +03:00
parent 29560b7c0c
commit 733dbd75d2
1758 changed files with 14 additions and 26855 deletions

View File

@@ -0,0 +1,6 @@
Code for STM32F030F4 chinese board
- Toggle onboard green LED once per second.
- Echo received by USART1 data (not more than 64 bytes including '\n') on B115200:
- if PA6 not connected to ground echo text directly
- otherwice echo it reversly
- Light up LED on PA5 (opendrain) when receive data and turn it off when send.