Hardware/LPC/LMSensors.cs
changeset 228 458a6c3de579
parent 195 0ee888c485d5
child 266 2687ac753d90
     1.1 --- a/Hardware/LPC/LMSensors.cs	Sun Oct 17 08:21:33 2010 +0000
     1.2 +++ b/Hardware/LPC/LMSensors.cs	Sun Oct 17 16:04:19 2010 +0000
     1.3 @@ -141,6 +141,12 @@
     1.4            fanReaders[i] = new StreamReader(fanPaths[i]);
     1.5        }
     1.6  
     1.7 +      public byte? ReadGPIO(int index) {
     1.8 +        return null;
     1.9 +      }
    1.10 +
    1.11 +      public void WriteGPIO(int index, byte value) { }
    1.12 +
    1.13        public string GetReport() {
    1.14          return null;
    1.15        }