From 9382bf2f765cfbb8f7a9a48157391cac2bb71780 Mon Sep 17 00:00:00 2001 From: tmk Date: Tue, 14 Aug 2012 00:46:03 +0900 Subject: Add USB_Host_Shield_2.0 and arduino-1.0.1 in usb_hid. --- .../usb_hid/arduino-1.0.1/cores/arduino/Platform.h | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 protocol/usb_hid/arduino-1.0.1/cores/arduino/Platform.h (limited to 'protocol/usb_hid/arduino-1.0.1/cores/arduino/Platform.h') diff --git a/protocol/usb_hid/arduino-1.0.1/cores/arduino/Platform.h b/protocol/usb_hid/arduino-1.0.1/cores/arduino/Platform.h new file mode 100644 index 0000000000..8b8f742771 --- /dev/null +++ b/protocol/usb_hid/arduino-1.0.1/cores/arduino/Platform.h @@ -0,0 +1,23 @@ + +#ifndef __PLATFORM_H__ +#define __PLATFORM_H__ + +#include +#include +#include +#include +#include + +typedef unsigned char u8; +typedef unsigned short u16; +typedef unsigned long u32; + +#include "Arduino.h" + +#if defined(USBCON) + #include "USBDesc.h" + #include "USBCore.h" + #include "USBAPI.h" +#endif /* if defined(USBCON) */ + +#endif -- cgit v1.2.3