mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-12 10:18:49 +01:00
update readme of devterm_fan_daemon_cm4
This commit is contained in:
parent
24d97cc2ae
commit
5a249d7dc0
@ -23,4 +23,15 @@ then restart systemd service to take effect
|
||||
|
||||
`sudo systemctl restart devterm-fan-temp-daemon`
|
||||
|
||||
## How to control the fan from GPIO
|
||||
|
||||
``` start the fan
|
||||
sudo gpio mode 17 out
|
||||
sudo gpio write 17 1
|
||||
```
|
||||
|
||||
```stop the fan
|
||||
sudo gpio mode 17 out
|
||||
sudo gpio write 17 0
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user