pub struct RppalPins { /* private fields */ }
Expand description
Implementation of the EndBASIC GPIO operations for a Raspberry Pi using the rppal library.
Returns the “default value” for a type.
Read more
Configures the
pin
as either input or output (per
mode
).
Read more
Resets a given pin
to its default state.
Resets all pins to their default state.
Reads the value of the given pin
, which must have been previously setup as an input pin.
Writes v
to the given pin
, which must have been previously setup as an output pin.
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.