Demo of DHT11->mDot->TTN

Dependencies:   DHT22 DS18B20_1wire SHTx TSL2561_I2C libmDot mbed-rtos mbed

Fork of mDot_TTN_DHT11 by Chris Merck

Revision:
12:e82913ee9c61
Parent:
11:38ce10209eff
Child:
13:761b9c929a3f
--- a/main.cpp	Sat Nov 14 20:54:36 2015 +0000
+++ b/main.cpp	Sat Nov 14 20:58:36 2015 +0000
@@ -47,9 +47,6 @@
 // A0 on Dev Board, pin 20 on mDot
 //#define DATA_PIN     PB_1
 
-// A2 - input to reset LoRaWAN config. Pin 15 om mDot.
-#define CONFIG_RESET PC_1
-
 // Temperature sensor object
 DS1820 probe(DATA_PIN);