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.

Files at this revision

API Documentation at this revision

Comitter:
mluis
Date:
Thu Nov 26 12:36:58 2015 +0000
Parent:
4:e143703ffc4e
Child:
6:86aff5a7af07
Commit message:
Adapted application to new version of SX1276Lib radio driver

Changed in this revision

SX1276Lib.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/SX1276Lib.lib	Mon Oct 13 07:48:26 2014 +0000
+++ b/SX1276Lib.lib	Thu Nov 26 12:36:58 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/GregCr/code/SX1276Lib/#aa5b3bf7fdf4
+http://developer.mbed.org/teams/Semtech/code/SX1276Lib/#2e496deb7858
--- a/main.cpp	Mon Oct 13 07:48:26 2014 +0000
+++ b/main.cpp	Thu Nov 26 12:36:58 2015 +0000
@@ -38,7 +38,7 @@
 #define LORA_CRC_ENABLED                            true
 
 
-SX1276MB1xAS Radio( NULL, NULL, NULL, NULL, NULL, NULL, NULL );
+SX1276MB1xAS Radio( NULL );
 
 /**
  * Main application entry point.
--- a/mbed.bld	Mon Oct 13 07:48:26 2014 +0000
+++ b/mbed.bld	Thu Nov 26 12:36:58 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/9327015d4013
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/9296ab0bfc11
\ No newline at end of file