From ef4e8c65373f531ce6d37ff226a21fc9b358ff29 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Fri, 17 May 2013 11:02:00 +0200 Subject: Robot has its own core --- cores/robot/Platform.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 cores/robot/Platform.h (limited to 'cores/robot/Platform.h') diff --git a/cores/robot/Platform.h b/cores/robot/Platform.h new file mode 100644 index 0000000..8b8f742 --- /dev/null +++ b/cores/robot/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-18-g5258