33 lines
239 B
Markdown
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
|
||
|
```
|