Fork of SX1276 library, with setLowDataRateOptimize() function added to configure "Low Datarate Optimize" setting of chip.

Dependents:   SX1276_terminal SX1276_Semtech_GUI

Fork of SX127x by wayne roberts

Revision:
8:8db8fc2ea650
Parent:
3:3bf2515b1eed
--- a/sx127x_lora.h	Mon Jun 30 17:05:12 2014 +0000
+++ b/sx127x_lora.h	Sat Feb 14 10:31:57 2015 +0000
@@ -182,6 +182,9 @@
         uint8_t getSf(void);
         void setSf(uint8_t sf);        
         
+        //MODTRONIX added
+        void setLowDataRateOptimize(bool val);
+        
         /** enable CRC in transmitted packet */
         bool getRxPayloadCrcOn(void);
         void setRxPayloadCrcOn(bool);