28 #ifndef USB_SERIAL_STM32_H
29 #define USB_SERIAL_STM32_H
void usb_serial_parse_packet(int c)
Parse data from buffer Note that the function receives int, not char Because we want to be able to ca...
void periodic_usb_serial(void)
Periodic function in case you needed to send data periodically like telemetry Note that the data are ...
void init_usb_serial(void)
Init module, call VCOM_init() from here.
void event_usb_serial(void)
Call VCOM_poll() from module event function.