This reads a thermistor bead using mDot module

Dependencies:   DHT GPS MTS-Serial mbed-rtos mbed

Fork of mDot_LoRa_Connect_Example by MultiTech

debug.h

Committer:
Mehrad
Date:
2016-06-10
Revision:
5:11863539202f

File content as of revision 5:11863539202f:

#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