LR Initial Publish
Dependencies: X_NUCLEO_IKS01A2 driver_mbed_TH02 mbed LoRaWAN-lib-v1_0_1 SX1272Lib
Fork of Training-Aug2018-SX1272-X-NUCLEO-IKS01A2 by
Diff: board/board.h
- Revision:
- 2:19dd7bfcacf7
- Parent:
- 1:428dbf097fe6
- Child:
- 7:b43f071aefb7
diff -r 428dbf097fe6 -r 19dd7bfcacf7 board/board.h --- 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