This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:digitalio_shield [2015/02/03 22:44] administrator [DIGITALIO SHIELD] |
wiki:digitalio_shield [2019/05/28 11:22] (current) |
||
---|---|---|---|
Line 84: | Line 84: | ||
then, you can change relay's state by writing "1" or "0" in the "value" field: | then, you can change relay's state by writing "1" or "0" in the "value" field: | ||
<code bash> | <code bash> | ||
- | root@linino:~# echo 1 > /sys/class/gpio/gpio228/value | + | root@linino:~# echo 1 > /sys/class/gpio/gpio224/value |
</code> | </code> | ||
====NODEJS==== | ====NODEJS==== |