Пример #1
0
 private int getThermister()
 {
     lock (lockI2C)
     {
         return(_i2cBus.readSMBUSWord(ThermisterReg));
     }
 }