123

Revision:
16:3de8e1c465eb
Parent:
15:3f3fc6792f97
Child:
17:59279bc8cdab
diff -r 3f3fc6792f97 -r 3de8e1c465eb sx127x_lora.h
--- a/sx127x_lora.h	Thu May 14 23:23:13 2015 +0000
+++ b/sx127x_lora.h	Thu May 21 18:24:04 2015 +0000
@@ -195,6 +195,11 @@
         uint8_t getBw(void);
         void setBw(uint8_t bw);
         
+        /** Set bandwidth in KHz *
+         * @param khz lora bandwidth in KHz
+         */        
+        void setBw_KHz(int khz);
+        
         /** spreading factor: trade-off between data rate and processing gain (link budget) */
         uint8_t getSf(void);
         void setSf(uint8_t sf);