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

debug.h

Committer:
Mehrad
Date:
2016-06-10
Revision:
5:bd93324bc2a9

File content as of revision 5:bd93324bc2a9:

#include "mbed.h"
#include <stdio.h>

#if 1
    #define DEBUG_PRINTF(fmt, args...)  printf("%s:%d: "fmt, __FUNCTION__, __LINE__, ## args)
#else
    #define DEBUG_PRINTF(fmt, args...)
#endif