Basic MAC data interface for LoRa transceiver

Dependencies:   L2Frame crc

Dependents:   LoRaBaseStation LoRaTerminal

History

transmit one packet at a time default tip

2016-09-14, by rba90 [Wed, 14 Sep 2016 08:50:37 +0000] rev 41

transmit one packet at a time


add random backoff delay

2016-09-14, by rba90 [Wed, 14 Sep 2016 08:12:26 +0000] rev 40

add random backoff delay


add CSMA/CA routine

2016-09-14, by rba90 [Wed, 14 Sep 2016 07:47:18 +0000] rev 39

add CSMA/CA routine


print SNR and RSSI if ALLOW_CALLBACK_DEBUG is set to 1

2016-09-14, by rba90 [Wed, 14 Sep 2016 06:36:24 +0000] rev 38

print SNR and RSSI if ALLOW_CALLBACK_DEBUG is set to 1


Transmit temperature data as floating point number

2016-09-06, by rba90 [Tue, 06 Sep 2016 03:10:31 +0000] rev 37

Transmit temperature data as floating point number


disable the acked system for testing purposes

2016-09-04, by rba90 [Sun, 04 Sep 2016 03:18:17 +0000] rev 36

disable the acked system for testing purposes


suppress debug text

2016-09-03, by rba90 [Sat, 03 Sep 2016 05:45:39 +0000] rev 35

suppress debug text


update

2016-09-03, by rba90 [Sat, 03 Sep 2016 05:39:15 +0000] rev 34

update


fix a bug where TxDoneFlag is not properly cleared

2016-09-03, by rba90 [Sat, 03 Sep 2016 05:01:19 +0000] rev 33

fix a bug where TxDoneFlag is not properly cleared


fix a memory leakage problem

2016-09-03, by rba90 [Sat, 03 Sep 2016 04:51:26 +0000] rev 32

fix a memory leakage problem