changeset 228 | 458a6c3de579 |
parent 195 | 0ee888c485d5 |
child 236 | 763675f19ff4 |
1.1 --- a/Hardware/LPC/W836XX.cs Sun Oct 17 08:21:33 2010 +0000 1.2 +++ b/Hardware/LPC/W836XX.cs Sun Oct 17 16:04:19 2010 +0000 1.3 @@ -104,6 +104,12 @@ 1.4 WinRing0.WriteIoPortByte( 1.5 (ushort)(address + DATA_REGISTER_OFFSET), value); 1.6 } 1.7 + 1.8 + public byte? ReadGPIO(int index) { 1.9 + return null; 1.10 + } 1.11 + 1.12 + public void WriteGPIO(int index, byte value) { } 1.13 1.14 public W836XX(Chip chip, byte revision, ushort address) { 1.15 this.address = address;