Library SX1272, initially created by C.Pham, University of Pau, France for Arduino. Suitable for MBED / NUCLEO / STM32
Dependents: LOW_COAST_LORA_NODE
Diff: Arduino.h
- Revision:
- 2:a5a72d30cb18
- Parent:
- 1:5d57c6a92509
diff -r 5d57c6a92509 -r a5a72d30cb18 Arduino.h --- a/Arduino.h Sun Nov 05 17:02:01 2017 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -#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