pub type I2c<CLOCK> = I2c<Atmega, TWI, Pin<Input, PC4>, Pin<Input, PC5>, CLOCK>;
struct I2c<CLOCK> { /* private fields */ }