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.
Dependencies: BufferedSerial SX1276GenericLib mbed
Revision 1:584a0952f885, committed 2018-06-18
- Comitter:
- benpen10
- Date:
- Mon Jun 18 19:41:23 2018 +0000
- Parent:
- 0:5f52ac52da6c
- Child:
- 2:3eac2a81eba4
- Commit message:
- Attempt 1 at LoRa US standard
Changed in this revision
| SX1276GenericPingPong/GenericPingPong.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/SX1276GenericPingPong/GenericPingPong.cpp Mon Jun 18 15:34:47 2018 +0000 +++ b/SX1276GenericPingPong/GenericPingPong.cpp Mon Jun 18 19:41:23 2018 +0000 @@ -19,7 +19,8 @@ /* Set this flag to '1' to use the LoRa modulation or to '0' to use FSK modulation */ #define USE_MODEM_LORA 1 #define USE_MODEM_FSK !USE_MODEM_LORA -#define RF_FREQUENCY RF_FREQUENCY_868_1 // Hz +//#define RF_FREQUENCY RF_FREQUENCY_868_1 // Hz +#define RF_FREQUENCY RF_FREQUENCY_915 // Hz #define TX_OUTPUT_POWER 14 // 14 dBm #if USE_MODEM_LORA == 1