atMETEO
An ATmega based weather station
Classes | Namespaces

Wrapper for accessing built-in I2C (TWI) communication interfaces. More...

#include <inttypes.h>
#include <external/i2cmaster/i2cmaster.h>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Avr::I2c
 A C++ wrapper for accessing the built-in I2C (TWI) communication interfaces. More...
 

Namespaces

 Avr
 Namespace containing all symbols of the AVR C++ utilities library.
 

Detailed Description

Wrapper for accessing built-in I2C (TWI) communication interfaces.

Avr::I2c is a class implementing a C++ wrapper for accessing the built-in I2C (TWI) communication interfaces.