SX1276 Ping Pong Demo Application
Simple Ping-Pong demo application between two SX1276MB1xAs demo board.
Application demonstrating simple Tx/Rx between two boards. By default, each board starts as a "master" and will transmit a "Ping" message, and then wait for an answer. The first board receiving a "Ping" message will become a slave and answer the "master" with a "Pong". The Ping-Pong is then started
Revision 16:abdd3c42a61a, committed 2018-10-16
- Comitter:
- mverdy
- Date:
- Tue Oct 16 15:50:37 2018 +0000
- Parent:
- 15:8b35dd7c1436
- Commit message:
- Update mbed library and SX1276Lib
Changed in this revision
diff -r 8b35dd7c1436 -r abdd3c42a61a SX1276Lib.lib --- a/SX1276Lib.lib Mon Apr 24 09:29:45 2017 +0000 +++ b/SX1276Lib.lib Tue Oct 16 15:50:37 2018 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/teams/Semtech/code/SX1276Lib/#d09a8ef807e2 +http://developer.mbed.org/teams/Semtech/code/SX1276Lib/#737e89f8d4f3
diff -r 8b35dd7c1436 -r abdd3c42a61a main.cpp --- a/main.cpp Mon Apr 24 09:29:45 2017 +0000 +++ b/main.cpp Tue Oct 16 15:50:37 2018 +0000 @@ -1,7 +1,6 @@ #include "mbed.h" #include "main.h" #include "sx1276-hal.h" -#include "debug.h" /* Set this flag to '1' to display debug messages on the console */ #define DEBUG_MESSAGE 1
diff -r 8b35dd7c1436 -r abdd3c42a61a mbed.bld --- a/mbed.bld Mon Apr 24 09:29:45 2017 +0000 +++ b/mbed.bld Tue Oct 16 15:50:37 2018 +0000 @@ -1,1 +1,1 @@ -https://mbed.org/users/mbed_official/code/mbed/builds/97feb9bacc10 \ No newline at end of file +https://os.mbed.com/users/mbed_official/code/mbed/builds/e95d10626187 \ No newline at end of file