Type Alias I2c

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

Aliased Typeยง

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