Driver for the SX1276 RF Transceiver

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

Revision:
2:5eb3066446dd
Parent:
0:e6ceb13d2d05
Child:
3:ca84be1f3fac
diff -r f979673946c0 -r 5eb3066446dd enums/enums.h
--- a/enums/enums.h	Tue Aug 19 07:10:31 2014 +0000
+++ b/enums/enums.h	Tue Aug 19 08:50:09 2014 +0000
@@ -43,7 +43,14 @@
 	MODEM_LORA
 };
 
-
+/*!
+ *	Type of the supported board. [SX1276MB1MAS / SX1276MB1LAS]
+ */
+enum BoardType
+{
+	SX1276MB1MAS,
+	SX1276MB1LAS
+};
 /*!
  * Radio FSK modem parameters
  */