Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: DISCO-L072CZ-LRWAN1_LoRa_node EIoT_LoRa_node_1 EIoT_LoRa_node_2 EIoT_LoRa_node_3
Fork of SX1276GenericLib by
Revision 115:fbb620ca5445, committed 2018-08-08
- Comitter:
- sagilar
- Date:
- Wed Aug 08 22:32:49 2018 +0000
- Parent:
- 86:49d19df5bbce
- Commit message:
- LoRa node acquiring analog input and sending to LoRa Server - Working ok
Changed in this revision
| sx1276/sx1276.h | Show annotated file Show diff for this revision Revisions of this file | 
--- a/sx1276/sx1276.h	Thu Aug 17 11:07:50 2017 +0200
+++ b/sx1276/sx1276.h	Wed Aug 08 22:32:49 2018 +0000
@@ -100,6 +100,8 @@
     RF_FREQUENCY_868_1 = 868100000, // Hz
     RF_FREQUENCY_868_3 = 868300000, // Hz
     RF_FREQUENCY_868_5 = 868500000, // Hz
+    RF_FREQUENCY_915_0 = 915000000, // Hz
+    RF_FREQUENCY_913_8 = 913880000, // Hz
 } rf_frequency_t;
 
 
    