COSA
An Object-Oriented Platform for Arduino Programming
Platform.h
Go to the documentation of this file.
1 
22 #ifndef COSA_USB_PLATFORM_H
23 #define COSA_USB_PLATFORM_H
24 
25 #include "Cosa/Types.h"
26 
27 #if defined(USBCON)
28 #include "Cosa/USB/Desc.h"
29 #include "Cosa/USB/Core.h"
30 #include "Cosa/USB/API.h"
31 #endif
32 #endif