MySensors Library & Examples  2.3.2
Variables
I2cConstants.h File Reference

Detailed Description

Two Wire Interface constants.

Definition in file I2cConstants.h.

#include <inttypes.h>
+ Include dependency graph for I2cConstants.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const uint8_t I2C_CONTINUE = 0
 
const uint8_t I2C_STOP = 1
 
const uint8_t I2C_REP_START = 2
 
const uint8_t I2C_100KHZ = 0
 
const uint8_t I2C_400KHZ = 1
 
const uint8_t I2C_READ = 1
 
const uint8_t I2C_WRITE = 0
 
const uint8_t I2C_NO_PULLUPS = 0
 
const uint8_t I2C_INTERNAL_PULLUPS = 1