Type Alias atmega_hal::i2c::I2c

source ·
pub type I2c<CLOCK> = I2c<Atmega, TWI, Pin<Input, PC4>, Pin<Input, PC5>, CLOCK>;

Aliased Type§

struct I2c<CLOCK> { /* private fields */ }