Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: ARCH_GPRS_V2_HW Blinker DHT GPRSInterface HTTPClient_GPRS SDFileSystem mbed
Fork of roam_v1 by
I2C_UART/i2c_uart.h
- Committer:
- seedteam20
- Date:
- 2015-04-01
- Revision:
- 0:b6b64c1e74bb
File content as of revision 0:b6b64c1e74bb:
#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
