示例#1
0
 public int Set(byte dataAddress, byte dataValue) => I2CNativeLib.Set("1", "0x57", dataAddress.ToString("x"), dataValue.ToString("x"), 1);
示例#2
0
 public int Get(byte dataAddress) => I2CNativeLib.Get("1", "0x57", dataAddress.ToString("x"));