CuVoodoo STM32F1 firmware template
|
library for USB CDC ACM communication (API) More...
Go to the source code of this file.
Functions | |
void | usb_cdcacm_setup (void) |
setup USB CDC ACM peripheral | |
void | usb_cdcacm_putchar (char c) |
send character over USB (non-blocking) More... | |
Variables | |
volatile bool | usb_cdcacm_connecting |
flag set to true when user is connected to USB CDC ACM port (e.g. More... | |
void usb_cdcacm_putchar | ( | char | c | ) |
send character over USB (non-blocking)
[in] | c | character to send |
Definition at line 463 of file usb_cdcacm.c.
volatile bool usb_cdcacm_connecting |
flag set to true when user is connected to USB CDC ACM port (e.g.
when a terminal is opened)
Definition at line 42 of file usb_cdcacm.c.