Sensors: DHT11, TEMT600 Analog ambient light sensor This version uses the ARCH_GPRS_V2_HW library.

Dependencies:   ARCH_GPRS_V2_HW Blinker DHT GPRSInterface HTTPClient_GPRS SDFileSystem mbed

Fork of roam_v1 by Cellular building monitoring

I2C_UART/i2c_uart.h

Committer:
seedteam20
Date:
2015-04-09
Revision:
2:fa721e0fff30
Parent:
0:b6b64c1e74bb

File content as of revision 2:fa721e0fff30:

#ifndef __I2C_UART_H__
#define __I2C_UART_H__

#define __Debug            1

#if __Debug
#define DBG(X)    debug_i2c(X)
#else
#define DBG(X)
#endif


void debug_i2c(char *dta);


void debug_i2c(char dta);
#endif