circuitpython/stm/usb.h

3 lines
62 B
C
Raw Normal View History

2013-10-19 10:37:09 -04:00
void usb_init();
void usb_vcp_send(const char* str, int len);