create a LoRa Modem from the PingPong example

Dependencies:   SX1276Lib mbed

Fork of SX1276PingPong by Semtech

Files at this revision

API Documentation at this revision

Comitter:
donsez
Date:
Sun Mar 06 12:03:51 2016 +0000
Parent:
10:9184674b5cfd
Commit message:
add comment

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun Mar 06 11:10:13 2016 +0000
+++ b/main.cpp	Sun Mar 06 12:03:51 2016 +0000
@@ -1,3 +1,5 @@
+// LoRa Modem for receiving and sending data on fixed channels
+
 #include "mbed.h"
 #include "main.h"
 #include "sx1276-hal.h"