From ddd3418a4faabdfb82bef69ec62e2560125c919b Mon Sep 17 00:00:00 2001 From: Zach Eveland Date: Sun, 14 Aug 2011 16:59:34 -0400 Subject: Serial via USB works Integrated rest of Peter's USB implementation --- cores/arduino/Platform.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 cores/arduino/Platform.h (limited to 'cores/arduino/Platform.h') diff --git a/cores/arduino/Platform.h b/cores/arduino/Platform.h new file mode 100644 index 0000000..6a1f340 --- /dev/null +++ b/cores/arduino/Platform.h @@ -0,0 +1,21 @@ + +#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" + +#include "USBDesc.h" +#include "USBCore.h" +#include "USBAPI.h" + +#endif -- cgit v1.2.3-18-g5258