Hardware/LPC/F718XX.cs
changeset 228 458a6c3de579
parent 195 0ee888c485d5
child 236 763675f19ff4
     1.1 --- a/Hardware/LPC/F718XX.cs	Sun Oct 17 08:21:33 2010 +0000
     1.2 +++ b/Hardware/LPC/F718XX.cs	Sun Oct 17 16:04:19 2010 +0000
     1.3 @@ -65,6 +65,12 @@
     1.4        return WinRing0.ReadIoPortByte((ushort)(address + DATA_REGISTER_OFFSET));
     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 F718XX(Chip chip, ushort address) {
    1.14        this.address = address;
    1.15        this.chip = chip;