Coragem update

Dependents:   Coragem_all_sensors Lora_SX1272_Coragem

Revision:
0:d974bcee4f69
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Arduino.cpp	Sun Nov 05 14:30:04 2017 +0000
@@ -0,0 +1,12 @@
+
+#include "mbed.h"
+
+unsigned long micros(void)
+{
+     return us_ticker_read();
+}
+
+unsigned long millis(void)
+{
+    return micros()/1000;
+} 
\ No newline at end of file