Enabled all bandwidths, added Modtronix inAir9 module

Dependents:   SX1276PingPong_modtronix

Fork of SX1276Lib by Gregory Cristian

Changes

RevisionDateWhoCommit message
25:72381be1b0ce 2015-07-29 modtronix Removed DIO4 and DIO5 from code. Not available on inAir Modules. default tip
24:1346d1c71c40 2015-07-24 modtronix Added support for NZ32-SC151 board
23:2da0dcafe430 2015-05-13 modtronix Added back original BoardType enum
22:20db480143c9 2015-05-13 modtronix Changed SX1276inAir9 to SX1276inAir. Added support for inAir4, inAir9 and
21:d3f64a075f0c 2015-04-02 modtronix Test commit
20:7cf7c08f0088 2015-04-02 modtronix Added more BW and SF options
19:ef26bd64cb67 2015-03-04 modtronix Changes to work with FRDM-K64F
18:cdb08d710838 2015-03-03 modtronix Added SX1276LibConfig.h for library configuration
17:6ae745bb937f 2015-03-03 modtronix Added FRDM-K64F
16:0927c093fd82 2015-03-02 modtronix Enabled all bandwidths, added Modtronix inAir9 module
15:04374b1c33fa 2015-01-22 mluis Enabled by default the whitening when using FSK modem.; Added an invalid bandwidth to the Bandwidths table in order to avoid an error when selecting 250 kHz bandwidth when using FSK modem.
14:8552d0b840be 2015-01-07 mluis Corrected in SetRxConfig method the FSK modem preamble register name.
13:618826a997e2 2014-12-16 mluis 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
12:aa5b3bf7fdf4 2014-10-13 GregCr Added LICENSE.txt; Minor corrections
11:ce0cdab5137a 2014-10-13 GregCr Added LICENSE.txt; Minor corrections;
10:4a0720f9b7a3 2014-09-30 GregCr Changed mbed_debug.h to debug.h inside the lib (issue with the NXp platform)
9:b420e9c3d6fe 2014-09-26 GregCr Removed unused variables
8:0fe3e0e8007b 2014-09-23 GregCr Clean up; FHSS Tx bug correction
7:2b555111463f 2014-09-19 GregCr Added support for CAD; Changed Rssi into an int16_t
6:e7f02929cd3d 2014-09-04 GregCr Added support for FHSS
5:11ec8a6ba4f0 2014-08-21 GregCr Corrected bug in FSK
4:f0ce52e94d3f 2014-08-20 GregCr Removed use of LED1 which is causing issues with the SPI on the Nucleo board. Clean up
3:ca84be1f3fac 2014-08-19 GregCr added small delay for the board detection due to capa
2:5eb3066446dd 2014-08-19 GregCr Corrections linked to the board detection and handling
1:f979673946c0 2014-08-19 GregCr Added board detection following default status of Antenna Switch pin
0:e6ceb13d2d05 2014-08-18 GregCr SX1276 Library first attempt