summaryrefslogtreecommitdiffstatshomepage
path: root/stm/usb.h
blob: 75b7bb3464fbd1c879922573db699d440f8b632d (plain) (blame)
1
2
3
4
5
6
void usb_init();
bool usb_vcp_is_enabled();
int usb_vcp_rx_any();
char usb_vcp_rx_get();
void usb_vcp_send_str(const char* str);
void usb_vcp_send_strn(const char* str, int len);