Arduino Core API Library besed on mbed platform.

Dependents:   WeeESP8266 ESP8266_moj

Revision:
0:5ebc917ebd09
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ArduinoAPI.h	Thu Feb 05 07:24:30 2015 +0000
@@ -0,0 +1,10 @@
+#ifndef __ARDUINOAPI_H__
+#define __ARDUINOAPI_H__
+
+#include "itoas.h"
+#include "time.h"
+#include "WString.h"
+#include "Print.h"
+#include "ArduinoSerial.h"
+
+#endif /* #ifndef __ARDUINOAPI_H__ */
\ No newline at end of file