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

8 wiersze
127 B
C
Czysty Zwykły widok Historia

2022-10-20 12:30:14 +00:00
#ifndef USB_SERIAL_H_
#define USB_SERIAL_H_
void USB_SerialInit(void);
void USB_SerialTask(void);
#endif /* USB_SERIAL_H_ */