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: MAX326xxFTHR_LoRa_RFM95 MAX326xxFTHR_LoRa_PingPong MAX326xxFTHR_RFM95_LoRa_PingPong MAX326xxFTHR_LoRa_RFM95_PingPong_Example ... more
Fork of SX1276GenericLib by
Revision 111:ccfb6ca5f5e0, committed 2018-06-01
- Comitter:
- dev_alexander
- Date:
- Fri Jun 01 21:37:06 2018 +0000
- Parent:
- 109:528f37db941f
- Commit message:
- This revision includes support of the Hope RFM95 LoRa board for the following Microcontrollers:; ; MAX32630FTHR ; MAX32620FTHR ; NUCLEO-F411RE
Changed in this revision
sx1276/sx1276.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/sx1276/sx1276.h Tue Feb 20 14:56:20 2018 +0100 +++ b/sx1276/sx1276.h Fri Jun 01 21:37:06 2018 +0000 @@ -100,6 +100,10 @@ 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_915_1 = 915100000, // Hz + RF_FREQUENCY_915_3 = 915300000, // Hz + RF_FREQUENCY_915_5 = 915500000, // Hz } rf_frequency_t;