Coragem update

Dependents:   Coragem_all_sensors Lora_SX1272_Coragem

Revision:
0:d974bcee4f69
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Arduino.h	Sun Nov 05 14:30:04 2017 +0000
@@ -0,0 +1,9 @@
+#ifndef Arduino_h
+#define Arduino_h
+
+typedef uint8_t byte;
+typedef bool boolean;
+unsigned long millis(void);
+unsigned long micros(void);
+
+#endif
\ No newline at end of file