diff --git a/Hardware.md b/Hardware.md index 20873e6..d53ed38 100644 --- a/Hardware.md +++ b/Hardware.md @@ -19,14 +19,17 @@ HWI INVENTORY_HW ``` ### Hardware Devices: -- [Drill](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Drill) -- [Inventory](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Inventory) -- [Laser](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Laser) -- [Legs](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Legs) -- [LiDAR](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-LiDAR) -- [Keyboard](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Keyboard) -- [Hologram Projector](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Hologram-Projector) -- [Battery](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Battery) -- [Random number generator](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Random-Number-Generator) -- [Clock](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Clock) -- [Floppy Drive](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Floppy-Drive) \ No newline at end of file + +| Device | Default Address | +| -------- | ------- | +| [Legs](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Legs) | `0x0001` | +| [Laser](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Laser) | `0x0002` | +| [LiDAR](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-LiDAR) | `0x0003` | +| [Keyboard](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Keyboard) | `0x0004` | +| [Drill](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Drill) | `0x0005` | +| [Inventory](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Inventory) | `0x0006` | +| [Random number generator](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Random-Number-Generator) | `0x0007` | +| [Clock](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Clock) | `0x0008` | +| [Hologram Projector](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Hologram-Projector) | `0x0009` | +| [Battery](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Battery) | `0x000A` | +| [Floppy Drive](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Floppy-Drive) | `0x000B` | \ No newline at end of file