ping pong

Dependencies:   SX1272Lib mbed

Fork of SX1276PingPong by Semtech

Files at this revision

API Documentation at this revision

Comitter:
tmulrooney
Date:
Wed Feb 17 00:49:05 2016 +0000
Parent:
13:1f1f356631e1
Commit message:
pingpong

Changed in this revision

SX1272Lib.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
--- a/SX1272Lib.lib	Tue Feb 09 02:06:08 2016 +0000
+++ b/SX1272Lib.lib	Wed Feb 17 00:49:05 2016 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/tmulrooney/code/SX1272Lib/#273a2f93ae99
+https://developer.mbed.org/users/tmulrooney/code/SX1272Lib/#9100348e6c28
--- a/main.cpp	Tue Feb 09 02:06:08 2016 +0000
+++ b/main.cpp	Wed Feb 17 00:49:05 2016 +0000
@@ -337,7 +337,7 @@
     RssiValue = rssi;
     SnrValue = snr;
     State = RX;
-    debug_if( DEBUG_MESSAGE, "> OnRxDone\r\n" );
+    debug_if( DEBUG_MESSAGE, "> OnRxDone RSSI: %d SNR: %d\r\n" ,rssi,snr);
 }
 
 void OnTxTimeout( void )