1 #ifndef STM32F103CB_USB_H_ 2 #define STM32F103CB_USB_H_ 51 #include <libopencm3/usb/usbd.h> 52 #include <libopencm3/usb/cdc.h> 53 #include <libopencm3/usb/cdc.h> 54 #include <libopencm3/stm32/f1/bkp.h> 55 #include <libopencm3/stm32/f1/pwr.h> 87 void USB_setGet(
void (*data_available)(uint8_t));
Header file for stm32f103cb DEBUG.
Header file for stm32f103 GPIO.
void USB_put(uint8_t byte)
Send a single byte on USB.
void USB_setGet(void(*data_available)(uint8_t))
Set the function called when data is received on the USB.
void USB_disconnect(void)
Dissconnect the USB device from the HOST.
void USB_setup(void)
Initialize the USB device.
void USB_update(void)
Update the USB peripheral.
Header file for stm32f103cb Power.