SX1276 Tx Continuous Wave Demo Application

Dependencies:   SX1276Lib mbed

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.

Revision:
3:6a01985db60b
Parent:
2:c6e6da9fc5e1
Child:
4:e143703ffc4e
--- 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.