To measure temperature from DHT11 temp and RH sensor.

Dependencies:   DHT GPS MTS-Serial libmDot mbed-rtos mbed

Fork of mDot_LoRa_Connect_Example by MultiTech

Committer:
Mehrad
Date:
Fri Jun 10 00:13:36 2016 +0000
Revision:
5:bd93324bc2a9
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Mehrad 5:bd93324bc2a9 1 #include "mbed.h"
Mehrad 5:bd93324bc2a9 2 #include <stdio.h>
Mehrad 5:bd93324bc2a9 3
Mehrad 5:bd93324bc2a9 4 #if 1
Mehrad 5:bd93324bc2a9 5 #define DEBUG_PRINTF(fmt, args...) printf("%s:%d: "fmt, __FUNCTION__, __LINE__, ## args)
Mehrad 5:bd93324bc2a9 6 #else
Mehrad 5:bd93324bc2a9 7 #define DEBUG_PRINTF(fmt, args...)
Mehrad 5:bd93324bc2a9 8 #endif