PingPong_REC

Dependencies:   mbed BufferedSerial SX1276GenericLib

Files at this revision

API Documentation at this revision

Comitter:
bcostm
Date:
Tue Jun 06 12:21:21 2017 +0000
Parent:
9:2f9e4be4d046
Child:
11:9d7409ebfa57
Commit message:
Initial commit.; ; Removed the comment about use of NUCLEO_L073RZ board in main.cpp.;

Changed in this revision

SX1276GenericLib.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/SX1276GenericLib.lib	Tue May 30 15:49:05 2017 +0000
+++ b/SX1276GenericLib.lib	Tue Jun 06 12:21:21 2017 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/users/Helmut64/code/SX1276GenericLib/#75426c142f6e
+http://developer.mbed.org/users/Helmut64/code/SX1276GenericLib/#835c5e20834e
--- a/main.cpp	Tue May 30 15:49:05 2017 +0000
+++ b/main.cpp	Tue Jun 06 12:21:21 2017 +0000
@@ -5,10 +5,6 @@
  */
  #include "main.h"
 
-/*
- * IMPORTANT NOTE
- * Use the Nucleo-L073RZ target for the STM B_L072Z_LRWAN1 LoRa board 
- */
 DigitalOut myled(LED1);
 BufferedSerial *ser;