AIOC/stm32/aioc-fw/Src/usb.h

8 wiersze
94 B
C

#ifndef USB_H_
#define USB_H_
void USB_Init(void);
void USB_Task(void);
#endif /* USB_H_ */