EEPROM for SX1272

Dependencies:   X_NUCLEO_IKS01A1 driver_mbed_TH02 LoRaWAN-lib-v1_0_1 SX1272Lib mbed

Fork of Canada-SX1272-LoRaWAN-Bootcamp by Uttam Bhat

Revision:
2:19dd7bfcacf7
Parent:
1:428dbf097fe6
--- a/board/board.h	Sat Apr 29 07:41:12 2017 +0000
+++ b/board/board.h	Sat Nov 04 20:05:46 2017 +0000
@@ -22,6 +22,11 @@
 #include "system/utilities.h"
 #include "sx1272-hal.h"
 
+#ifdef USE_GROVE_SENSOR
+// Grove temperature-humidity sensor
+#include "driver_mbed_TH02.h"
+#endif
+
 #ifdef USE_IKS01A1_SENSOR
 #include "x_nucleo_iks01a1.h"
 #endif