Hanna
Sourcecode Kontrollplatine
usb_xm.h
gehe zur Dokumentation dieser Datei
1 
15 #ifndef _USB_XM_H
16 #define _USB_XM_H
17 #include "usb_defaults.h"
18 #include "Descriptors.h"
19 #include "usb_ep.h"
20 
21 extern volatile uint8_t USB_DeviceState;
22 extern volatile uint8_t USB_Device_ConfigurationNumber;
23 
24 void USB_ep0_send_progmem ( const uint8_t* addr, uint16_t size );
25 void USB_ResetInterface ( void );
26 void USB_Evt_Task ( void );
27 void USB_Task ( void );
28 void USB_xm_Init ( void );
29 
30 #endif
Bibliothek zur USB-Kommunikation von Jürgen W.
Bibliothek zur USB-Kommunikation von Jürgen W.
Bibliothek zur USB-Kommunikation von Jürgen W.