relay-switch/README.md
Thomas Klaehn b746a9907c relay-switch: Initial commit
Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
2018-01-16 20:24:01 +01:00

33 lines
239 B
Markdown

# RELAY
Switch 4 channel relay (QY15).
## Prerequisites
* libftdi-dev
## Build
```bash
make all
```
## Install
```bash
make install
```
## Execute
```bash
relay-switch -r [1..4] -s [0..1]
```
with:
```bash
r: relay
s: state
```