summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2019-09-13 14:09:25 -0500
committercheapie <no-email-for-you@example.com>2019-09-13 14:09:25 -0500
commitc92659a11ad77093b8a66a43a8fe362590774d48 (patch)
tree2de1579ccb36394e9fd9ba14d313df025cf25eb2 /README
parent6062d9b08e2b66b6b3ab4b5059bc992e1edc4150 (diff)
downloaddigistuff-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--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index 617705a..79f68c7 100644
--- a/README
+++ b/README
@@ -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.