mbed-os/SX1272
Kimmo Vaisanen 87335ab5e7 Fix IAR compiler warnings
preamble_detected and sync_word_detected are uint8_t integer type variables so those should not be compared to (boolean) true/false values.

Fixed to use 1 and 0 values instead.
2018-03-08 14:11:22 +02:00
..
registers Initial commit 2017-12-04 09:47:58 +02:00
README.md Initial commit 2017-12-04 09:47:58 +02:00
SX1272_LoRaRadio.cpp Fix IAR compiler warnings 2018-03-08 14:11:22 +02:00
SX1272_LoRaRadio.h Add TCXO pin for SX1272 2018-02-15 14:34:13 +02:00
mbed_lib.json Initial commit 2017-12-04 09:47:58 +02:00

README.md

Mbed enabled SX1272 LoRa/FSK radio driver