Files @ 48d2337d76c2
Branch filter:

Location: protofusion-esp32-template/main/usb_cdc.h

Ethan Zonca
Functional OSC TX and RX
1
2
3
4
5
6
7
#ifndef _USB_CDC_H_
#define _USB_CDC_H_


void usb_cdc_init(void);

#endif