SX1276GenericLib to support sx1276 bassed LoRa modules, including HopeRF RFM95, Murata CMWX1ZZABZ and Semtech SX1276MB1MAS/SX1276MB1LAS modules

Dependents:   DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_USB_Rx ... more

Fork of SX1276Lib by Semtech

Revisions of radio/radio.h

Revision Date Message Actions
113:7f132cef611d 2018-06-22 Renamed SetTxContinuousWave duration variable to time_secs File  Diff  Annotate
112:ba1fca7de76e 2018-06-11 Fixed wrong case of Arduino.h File  Diff  Annotate
83:019da451b283 2017-08-06 Added GetFrequencyError API support File  Diff  Annotate
65:b2d98328fcba 2017-07-11 Added Arduino Support, it still needs further testing File  Diff  Annotate
63:5b9d391244dc 2017-06-29 Added userData and userThisPtr into the radio events callback, File  Diff  Annotate
61:08b50780eb91 2017-05-31 Made SetRfTxPower public to allow easily power TX changes File  Diff  Annotate
59:38e56c85fa44 2017-05-27 Changed TimeOnAir to 16 bit packet size, Lora can handle up to 2048 File  Diff  Annotate
54:0d8ea87fbab9 2017-05-19 Added return value to Init, we check for a radio availability. File  Diff  Annotate
53:6d3adad59633 2017-05-18 Spelling fix File  Diff  Annotate
51:aef3234bcb71 2017-05-17 Added proper void * type from sending data, uint8_t * is not appropriate. File  Diff  Annotate
50:43f7160e869c 2017-05-16 Added optional Send() parameter to include a header, File  Diff  Annotate
48:62af1e692f00 2017-05-14 Added a Radio pointer parameter to the event callback functions, this allows to know the context where the event coming from, specially of interest when using multiple Radios. It also avoids the use of global variables. File  Diff  Annotate
39:706c32eda7e7 2017-05-07 Further cleanup, removed enum.h which is not needed. File  Diff  Annotate
31:e50929bd3f32 2017-05-01 Merged from head, Semtech mbed changes of 24.4.17 File  Diff  Annotate
22:7f3aab69cca9 2015-11-26 Synchronized the drivers with GitHub version.; Mainly added errata note recommendations File  Diff  Annotate
21:2e496deb7858 2015-11-26 Made radio driver API compatible with GitHub radio driver File  Diff  Annotate
20:e05596ba4166 2015-10-20 Addded SetMaxPayloadLength API to the driver File  Diff  Annotate
19:71a47bb03fbb 2015-08-12 Change SX1276 function GetState() into GetStatus() File  Diff  Annotate
13:618826a997e2 2014-12-16 Cosmetics; Added LICENSE text.; Added the possibility to specify the payload length for receiving fixed length frames.; Added SetModem function to radio interface.; Added LoRa syncword register definition File  Diff  Annotate
11:ce0cdab5137a 2014-10-13 Added LICENSE.txt; Minor corrections; File  Diff  Annotate
7:2b555111463f 2014-09-19 Added support for CAD; Changed Rssi into an int16_t File  Diff  Annotate
6:e7f02929cd3d 2014-09-04 Added support for FHSS File  Diff  Annotate
0:e6ceb13d2d05 2014-08-18 SX1276 Library first attempt File  Diff  Annotate