mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
gpioled: update the manual page after r348153
MFC after: 2 weeks
This commit is contained in:
parent
211bd53a18
commit
694d36403f
1 changed files with 5 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd July 30, 2016
|
||||
.Dd May 23, 2019
|
||||
.Dt GPIOLED 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -73,6 +73,10 @@ Please note that this mask should only ever have one bit set
|
|||
(any other bits - i.e., pins - will be ignored).
|
||||
.It Va hint.gpioled.%d.invert
|
||||
If set to 1, the pin will be set to 0 to light the LED, and 1 to clear it.
|
||||
.It Va hint.gpioled.%d.state
|
||||
The initial state of the LED when driver takes control over.
|
||||
If set to 1 or 0, the LED will be on or off correspondingly.
|
||||
If set to -1 the LED will be kept in its original state.
|
||||
.El
|
||||
.Pp
|
||||
On a
|
||||
|
|
|
|||
Loading…
Reference in a new issue