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/time.h	Thu Feb 05 07:24:30 2015 +0000
@@ -0,0 +1,9 @@
+#ifndef _ARDUINOAPI_TIME_H__
+#define _ARDUINOAPI_TIME_H__
+
+#include "mbed.h"
+
+unsigned long millis(void);
+void delay(int t);
+
+#endif /*  _ARDUINOAPI_TIME_H__ */
\ No newline at end of file