p2p with rssi value
Dependents: Lora_SX1272_serial_apr29-rssi
Arduino.h@0:d974bcee4f69, 2017-11-05 (annotated)
- Committer:
- cdupaty
- Date:
- Sun Nov 05 14:30:04 2017 +0000
- Revision:
- 0:d974bcee4f69
Adaption Arduino vers Nucleo; D'apr?s C.Pham; http://cpham.perso.univ-pau.fr/LORA/LoRaDevices.html; Connexion etablie avecRaspberry Pi
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
cdupaty | 0:d974bcee4f69 | 1 | #ifndef Arduino_h |
cdupaty | 0:d974bcee4f69 | 2 | #define Arduino_h |
cdupaty | 0:d974bcee4f69 | 3 | |
cdupaty | 0:d974bcee4f69 | 4 | typedef uint8_t byte; |
cdupaty | 0:d974bcee4f69 | 5 | typedef bool boolean; |
cdupaty | 0:d974bcee4f69 | 6 | unsigned long millis(void); |
cdupaty | 0:d974bcee4f69 | 7 | unsigned long micros(void); |
cdupaty | 0:d974bcee4f69 | 8 | |
cdupaty | 0:d974bcee4f69 | 9 | #endif |