Contiki 3.x
Functions
i2c.h File Reference

    includes for i2c core functions
More...

#include "contiki.h"

Go to the source code of this file.

Functions

void i2c_stop (void)
 Generate I2C STOP condition.
 
void i2c_write (uint8_t u8data)
 Send a byte to I2C bus. More...
 

Detailed Description

    includes for i2c core functions
Author
Robert Olsson rober.nosp@m.t@ra.nosp@m.dio-s.nosp@m.enso.nosp@m.rs.co.nosp@m.m

Definition in file i2c.h.

Function Documentation

void i2c_write ( uint8_t  data)

Send a byte to I2C bus.

Parameters
dataThe data that must be sent

Definition at line 139 of file i2c.c.