Library SX1272, initially created by C.Pham, University of Pau, France for Arduino. Suitable for MBED / NUCLEO / STM32

Dependents:   LOW_COAST_LORA_NODE

Revision:
2:a5a72d30cb18
Parent:
1:5d57c6a92509
--- a/Arduino.cpp	Sun Nov 05 17:02:01 2017 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-
-#include "mbed.h"
-
-unsigned long micros(void)
-{
-     return us_ticker_read();
-}
-
-unsigned long millis(void)
-{
-    return micros()/1000;
-} 
\ No newline at end of file