To read a light sensor

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

Fork of mDot_LoRa_Connect_Example by MultiTech

debug.h

Committer:
Mehrad
Date:
2016-06-10
Revision:
5:951cfd165a58

File content as of revision 5:951cfd165a58:

#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