Library SX1272, initially created by C.Pham, University of Pau, France for Arduino. Suitable for MBED / NUCLEO / STM32
Dependents: LOW_COAST_LORA_NODE
Arduino.h
- Committer:
- cdupaty
- Date:
- 2017-11-05
- Revision:
- 1:5d57c6a92509
- Parent:
- 0:d974bcee4f69
File content as of revision 1:5d57c6a92509:
#ifndef Arduino_h #define Arduino_h typedef uint8_t byte; typedef bool boolean; unsigned long millis(void); unsigned long micros(void); #endif