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_PingPong
Fork of SX1276GenericLib by
Revision 88:046f3d90443e, committed 2017-08-29
- Comitter:
- rgilson
- Date:
- Tue Aug 29 14:18:38 2017 +0000
- Parent:
- 86:49d19df5bbce
- Commit message:
- added US_915 channel 9 for use and 20dbm
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 Tue Aug 29 14:18:38 2017 +0000
@@ -100,6 +100,8 @@
RF_FREQUENCY_868_1 = 868100000, // Hz
RF_FREQUENCY_868_3 = 868300000, // Hz
RF_FREQUENCY_868_5 = 868500000, // Hz
+ //todo manually added
+ RF_FREQUENCY_915_10 = 904100000,
} rf_frequency_t;
