Node code for sx1272 LoRa transciever

Dependencies:   mbed BMP085 BufferedSerial DHT Sds021 Chainable_RGB_LED DigitDisplay LoRaWAN-lib SX1272Lib

Fork of LoRaWAN-demo-72-bootcamp by Semtech

Revision:
9:16106008960b
Parent:
1:263aa4ff29cd
diff -r 4f65ef8c6e3c -r 16106008960b board/board.h
--- a/board/board.h	Sat Jan 07 08:52:00 2017 +0000
+++ b/board/board.h	Mon Jan 30 21:49:58 2017 +0000
@@ -20,10 +20,20 @@
 #include "debug.h"
 #include "system/utilities.h"
 #include "sx1272-hal.h"
+#include "DHT.h"
+#include "BMP085.h"
+#include "Sds021.h"
 
 #define USE_BAND_868
 
 extern SX1272MB2xAS Radio;
+//extern BMP085 *bmpSensor;
+//extern DHT *dhtSensor;
+//extern SDS021 *sdsSensor;
+extern BMP085 bmpSensor;
+extern DHT dhtSensor;
+extern SDS021 sdsSensor;
+
 
 /*!
  * \brief Initializes the target board peripherals.