diff options
author | cheapie <no-email-for-you@example.com> | 2019-09-13 14:09:25 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2019-09-13 14:09:25 -0500 |
commit | c92659a11ad77093b8a66a43a8fe362590774d48 (patch) | |
tree | 2de1579ccb36394e9fd9ba14d313df025cf25eb2 /README | |
parent | 6062d9b08e2b66b6b3ab4b5059bc992e1edc4150 (diff) | |
download | digistuff-c92659a11ad77093b8a66a43a8fe362590774d48.tar digistuff-c92659a11ad77093b8a66a43a8fe362590774d48.tar.gz digistuff-c92659a11ad77093b8a66a43a8fe362590774d48.tar.bz2 digistuff-c92659a11ad77093b8a66a43a8fe362590774d48.tar.xz digistuff-c92659a11ad77093b8a66a43a8fe362590774d48.zip |
Add I/O expander
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -10,7 +10,8 @@ Textures WITH "adwaita" in the file name - These are icons by the GNOME Project, Depends: Required: digilines (base only) and mesecons (base only) -Only needed for craft recipes: default, mesecons_luacontroller, basic_materials +Optional: mesecons_noteblock (for digilines noteblock), mesecons_mvps (for digilines piston), mesecons_luacontroller (for I/O expander) +Only needed for craft recipes: default, basic_materials How to use digilines buttons: @@ -66,3 +67,7 @@ Send a number representing a time in seconds, from 0.5 to 3600. When the time ex How to use the junction box: These are just plain digilines conductors (like digimese) but can skip over one node to another junction box or certain other nodes. As in, [digiline][junction box][dirt][junction box][digiline] will work to transmit signals "through" the dirt. + +How to use the I/O expander: +After setting a channel, send a table (same format as a Luacontroller's "port" table) to set the output states. +A table in this same format will be sent back whenever an input changes or you manually poll it by sending a "GET" message. |