Update gpio.md (#837)

* Update gpio.md
This commit is contained in:
arch1mede 2022-10-25 06:10:01 -07:00 committed by GitHub
parent eda007f46d
commit c2c9d39ba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -325,6 +325,16 @@ kvmd
- ["reboot_button|confirm|Reboot PiKVM"]
```
An example to help you get started:
* `cmd: [/usr/bin/sudo, kvmd-otgconf, --disable-function, mass_storage.usb0]`
* `cmd: [(absolute path to sudo, command, flag, flag, absolute path to file]`
Then run the following:
```
systemctl restart kvmd
```
### PWM
??? note "Click to view"