fix table syntax

ohsqueezy 2023-12-22 00:24:34 -05:00
parent 51920135ec
commit 429004d3c5
2 changed files with 12 additions and 8 deletions

@ -8,9 +8,11 @@ Scrapeboard is a physical arcade game played with a skateboard deck and four met
Sections
--------
| [[History]] | Introduction and timeline of the project. |
| [Operator's manual](Operators-manual) | Setup and operation of Scrapeboard, useful if you already have a system. |
| [Builder's manual](Builders-manual) | Details on how to build the hardware and electronics and install the software. |
Section | Description
------- | -----------
[[History]] | Introduction and timeline of the project.
[Operator's manual](Operators-manual) | Setup and operation of Scrapeboard, useful if you already have a system.
[Builder's manual](Builders-manual) | Details on how to build the hardware and electronics and install the software.
![Time lapse of build](img/Scrapeboard_platform_timelapse.webp)

@ -3,11 +3,13 @@ Operator's Manual
A standard Scrapeboard system consists of the following parts:
| Scrapeboard | a wireless skatedeck controller with two metal pads attached to the bottom |
| Platform | `28"x28"` fold-able wooden platform with four `12"x12"` metal plates |
| Wire adapter | custom PCB for connecting the platform's four wires to a Raspberry Pi or Arduino |
| Raspberry Pi | single-board, embedded computer that communicates with the controller and displays the game |
| Monitor w/ speakers | any HDMI display with speakers, usually an LCD screen, or a projector |
Part | Description
---- | -----------
Scrapeboard | a wireless skatedeck controller with two metal pads attached to the bottom
Platform | `28"x28"` fold-able wooden platform with four `12"x12"` metal plates
Wire adapter | custom PCB for connecting the platform's four wires to a Raspberry Pi or Arduino
Raspberry Pi | single-board, embedded computer that communicates with the controller and displays the game
Monitor w/ speakers | any HDMI display with speakers, usually an LCD screen, or a projector
_Note:_ the Raspberry Pi can be replaced by the combination of an Arduino and any computer with Python and Pygame installed. See [[Electronics#Loading the program]] and [[Software]].