Hardware/LPC/ISuperIO.cs
changeset 228 458a6c3de579
parent 182 4801e9eaf979
child 323 3f2d9ebacf38
     1.1 --- a/Hardware/LPC/ISuperIO.cs	Sun Oct 17 08:21:33 2010 +0000
     1.2 +++ b/Hardware/LPC/ISuperIO.cs	Sun Oct 17 16:04:19 2010 +0000
     1.3 @@ -44,6 +44,9 @@
     1.4      float?[] Temperatures { get; }
     1.5      float?[] Fans { get; }
     1.6  
     1.7 +    byte? ReadGPIO(int index);
     1.8 +    void WriteGPIO(int index, byte value);
     1.9 +
    1.10      string GetReport();
    1.11      void Update();
    1.12    }