Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / colonet / utilities / robot_slave / i2c.h @ 13

History | View | Annotate | Download (132 Bytes)

1 13 emarinel
#ifndef _I2C_H_
2
#define _I2C_H_
3
4
void i2c_init(char address);
5
char i2c_putc(char dest, char data);
6
char i2c_getc(char * c);
7
8
#endif