Function gpiocdev_uapi::v2::set_line_values
source · [−]pub fn set_line_values(lfd: RawFd, lv: &LineValues) -> Result<()>
Expand description
Set values of requested output lines.
Note that requesting a set on an input line is an error.
lfd
- The fd of the file returned byget_line
.lv
- The line values to be set.