Ejemplo n.º 1
0
 public int SetMode(AMG88xxCtrlMode mode)
 {
     return(_i2cBus.write_SMBUS_Byte_Data(CtrlReg, (byte)mode));
 }