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