Driver for the SX1276 RF Transceiver

Dependents:   LoRa_PIR LoRaWAN-lmic-app SX1276PingPong LoRaWAN-lmic-app ... more

Revision:
6:e7f02929cd3d
Parent:
5:11ec8a6ba4f0
Child:
7:2b555111463f
diff -r 11ec8a6ba4f0 -r e7f02929cd3d enums/enums.h
--- a/enums/enums.h	Thu Aug 21 11:58:28 2014 +0000
+++ b/enums/enums.h	Thu Sep 04 14:03:20 2014 +0000
@@ -99,6 +99,8 @@
     uint16_t PreambleLen;
     bool     FixLen;
     bool     CrcOn;
+    bool 	 FreqHopOn;
+    uint8_t  HopPeriod;
     bool     IqInverted;
     bool     RxContinuous;
     uint32_t TxTimeout;