SX1276 Ping Pong FHSS Demo Application

Dependencies:   SX1276Lib mbed

Ping-Pong demo application using FHSS (Frequency Hoping Spread Spectrum) 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:
1:41b10c760ff2
Parent:
0:db48addeabda
--- a/main.h	Fri Sep 19 15:25:35 2014 +0000
+++ b/main.h	Tue Sep 23 14:25:25 2014 +0000
@@ -4,9 +4,9 @@
  \____ \| ___ |    (_   _) ___ |/ ___)  _ \
  _____) ) ____| | | || |_| ____( (___| | | |
 (______/|_____)_|_|_| \__)_____)\____)_| |_|
-    �2013 Semtech
+    ( C )2014 Semtech
 
-Description: SX1276 FSK modem registers and bits definitions
+Description: Contains the callbacks for the IRQs and any application related details
 
 License: Revised BSD License, see LICENSE.TXT file include in the project
 
@@ -19,7 +19,7 @@
 /*!
  * Frequency hopping frequencies table
  */
-const int32_t HoppingFrequencies[] =
+const uint32_t HoppingFrequencies[] =
 {
     916500000,
     923500000,
@@ -71,7 +71,7 @@
     910000000,
     926500000,
     925500000,
-    911000000,
+    911000000
 };
 
 /*