|
Contiki-Inga 3.x
|
I2C driver implementationMore...
#include "i2c.h"Go to the source code of this file.
Functions | |
| int8_t | i2c_write (uint8_t data) |
| Send a byte to I2C bus. More... | |
| void | i2c_stop (void) |
| Generate I2C STOP condition. | |
I2C driver implementation
Definition in file i2c.c.
1.8.3.1