bldc/myUSB.h

9 lines
153 B
C
Raw Normal View History

2014-01-09 06:20:26 -08:00
#ifndef MYUSB_H_INCLUDED
#define MYUSB_H_INCLUDED
extern SerialUSBDriver SDU1;
void myUSBinit(void);
int isUsbActive(void);
#endif // MYUSB_H_INCLUDED