Corrected the table in README.md

pull/14/head
Nils Van Zuijlen 2017-11-25 12:56:36 +01:00 zatwierdzone przez GitHub
rodzic fee6ed6c0c
commit 312389ace4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 5 usunięć

Wyświetl plik

@ -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 |
| Register | Input | Meaning |
|------------|------------|-------------------|
| `ord('I')` | True/False | Toggle ignition |
| `ord('M')` | Integer | Move motor |
| `ord('F')` | None | Show flame status |