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.
SX1276 Tx Continuous Wave Demo Application
This application is used for test purposes by outputting a continuous wave, at maximum power, at a given frequency.
Diff: main.cpp
- Revision:
- 3:6a01985db60b
- Parent:
- 2:c6e6da9fc5e1
- Child:
- 4:e143703ffc4e
diff -r c6e6da9fc5e1 -r 6a01985db60b main.cpp --- a/main.cpp Thu Sep 04 14:35:45 2014 +0000 +++ b/main.cpp Fri Sep 19 14:22:21 2014 +0000 @@ -14,7 +14,7 @@ */ #include "mbed.h" #include "sx1276-hal.h" -#include "debug.h" +#include "mbed_debug.h" /* Set this flag to '1' to test the HF max output power or '0' to the the LF max output power */ #define TEST_HF_OUTPUT 1 @@ -38,10 +38,7 @@ #define LORA_CRC_ENABLED true - - - -SX1276MB1xAS Radio( NULL, NULL, NULL, NULL, NULL, NULL ); +SX1276MB1xAS Radio( NULL, NULL, NULL, NULL, NULL, NULL, NULL ); /** * Main application entry point.