To read a tipping spoon rain guage

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

Fork of mDot_LoRa_Connect_Example by MultiTech

Committer:
Mehrad
Date:
Fri Jun 10 00:07:31 2016 +0000
Revision:
5:72944fa033f9
Initial commit

Who changed what in which revision?

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