To read a tipping spoon rain guage

Dependencies:   DHT11 GPS MTS-Serial PulseCounter mbed-rtos mbed

Fork of mDot_LoRa_Connect_Example by MultiTech

debug.h

Committer:
Mehrad
Date:
2016-06-10
Revision:
5:72944fa033f9

File content as of revision 5:72944fa033f9:

#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