|
Contiki-Inga 3.x
|
I2C driver definitionsMore...
#include <avr/io.h>Go to the source code of this file.
Functions | |
| void | i2c_stop (void) |
| Generate I2C STOP condition. | |
| int8_t | i2c_write (uint8_t data) |
| Send a byte to I2C bus. More... | |
I2C driver definitions
Definition in file i2c.h.
1.8.3.1