예제 #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"));