Boilerplate for USB CDC VCOM serial communication with STM32F411CE-based WeAct Studio Blackpill.
--STM32F411CE_WeAct_Blackpill_USB_CDC_Serial
|
|--lib
| |
| |--usb_serial_lib
| |
| |- delay.c
| |- delay.h
| |- usb_serial.c
| |- usb_serial.h
| |- usbcdc.c
| |- usbcdc.h
|
|--src
| |
| |- main.c
|
|- platformio.ini
[main.c]
|
+------------+
| |
[usb_serial.*] |
| |
| |
+---------------------+
| |
| |
[usbcdc.*] [delay.*]
- PlatformIO IDE - IDE used for programming
- libopencm3 - Open-source low-level hardware library for ARM Cortex-M microcontrollers
Daniel Duller - dadul96
This project is licensed under the GPL-3.0 License - see the LICENSE file for details