kopia lustrzana https://github.com/jamesgao/kiln_controller
Corrected the table in README.md
rodzic
fee6ed6c0c
commit
312389ace4
|
@ -1,12 +1,13 @@
|
||||||
Firmware
|
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.
|
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
|
Communication protocol
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
| Register | Input | Meaning |
|
| Register | Input | Meaning |
|
||||||
-------------------------------------------------------------
|
|------------|------------|-------------------|
|
||||||
| ord('I') | True/False | Toggle ignition |
|
| `ord('I')` | True/False | Toggle ignition |
|
||||||
| ord('M') | integer | Move motor |
|
| `ord('M')` | Integer | Move motor |
|
||||||
| ord('F') | None | Show flame status |
|
| `ord('F')` | None | Show flame status |
|
||||||
|
|
Ładowanie…
Reference in New Issue