From 312389ace42c68ba9da7bac1f364a127e7536da4 Mon Sep 17 00:00:00 2001 From: Nils Van Zuijlen Date: Sat, 25 Nov 2017 12:56:36 +0100 Subject: [PATCH] Corrected the table in README.md --- firmware/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/firmware/README.md b/firmware/README.md index 4a301ae..685c6ce 100644 --- a/firmware/README.md +++ b/firmware/README.md @@ -1,12 +1,13 @@ Firmware ======== + The kiln controller circuit communicates with the raspberry pi using an I2C bus. This allows multiple connectors to be stacked to enable more controllers and feedback circuits. Communication protocol ---------------------- -| Register | Input | Meaning | -------------------------------------------------------------- -| ord('I') | True/False | Toggle ignition | -| ord('M') | integer | Move motor | -| ord('F') | None | Show flame status | \ No newline at end of file +| Register | Input | Meaning | +|------------|------------|-------------------| +| `ord('I')` | True/False | Toggle ignition | +| `ord('M')` | Integer | Move motor | +| `ord('F')` | None | Show flame status |