Utility for reading temperature on DHT22 and sending to LoRa network

Dependencies:   DHT22 libmDot-mbed5

Revision:
0:e0037d88baa2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/setup.sh	Tue Oct 31 03:12:37 2017 +0000
@@ -0,0 +1,3 @@
+if [ ! -d ISL29011 ]; then
+    hg clone https://developer.mbed.org/teams/Multi-Hackers/code/ISL29011/
+fi