[][src]Module embedded_platform::gpio::set

Defines futures for setting the value of a GPIO pin.

Structs

Set

A future which sets the value of a GPIO pin.

Functions

set

Creates a new Set for the provided GPIO pin, that, when polled, will drive it to the specified high or low value.