Exemplo n.º 1
0
 public Gyro()
 {
     i2c = new I2C();
 }
 public CharacterDisplayI2C()
 {
     backlight = true;
     i2c = new I2C();
 }