myUSB.h
Go to the documentation of this file.
1 #ifndef MYUSB_H_INCLUDED
2 #define MYUSB_H_INCLUDED
3 extern SerialUSBDriver SDU1;
4 
5 void myUSBinit(void);
6 int isUsbActive(void);
7 
8 #endif // MYUSB_H_INCLUDED
void myUSBinit(void)
Definition: myUSB.c:157
SerialUSBDriver SDU1
Definition: myUSB.c:14
int isUsbActive(void)
Definition: myUSB.c:153