This reads a thermistor bead using mDot module

Dependencies:   DHT GPS MTS-Serial mbed-rtos mbed

Fork of mDot_LoRa_Connect_Example by MultiTech

Committer:
Mehrad
Date:
Fri Jun 10 00:21:48 2016 +0000
Revision:
5:11863539202f
Initial commit

Who changed what in which revision?

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