LoRa node acquiring analog input and sending to LoRa Server - Working ok
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 |
diff -r 49d19df5bbce -r fbb620ca5445 sx1276/sx1276.h --- 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;