Put hardware list in table, add device addresses

TPHRyan 2017-12-29 10:28:44 +10:00
parent af2a8193bf
commit 11083bfaf2

@ -19,14 +19,17 @@ HWI INVENTORY_HW
``` ```
### Hardware Devices: ### Hardware Devices:
- [Drill](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Drill)
- [Inventory](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Inventory) | Device | Default Address |
- [Laser](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Laser) | -------- | ------- |
- [Legs](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Legs) | [Legs](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Legs) | `0x0001` |
- [LiDAR](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-LiDAR) | [Laser](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Laser) | `0x0002` |
- [Keyboard](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Keyboard) | [LiDAR](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-LiDAR) | `0x0003` |
- [Hologram Projector](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Hologram-Projector) | [Keyboard](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Keyboard) | `0x0004` |
- [Battery](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Battery) | [Drill](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Drill) | `0x0005` |
- [Random number generator](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Random-Number-Generator) | [Inventory](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Inventory) | `0x0006` |
- [Clock](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Clock) | [Random number generator](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Random-Number-Generator) | `0x0007` |
- [Floppy Drive](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Floppy-Drive) | [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` |