bcm2835-d ~master (2025-03-22T12:37:09Z)
Dub
Repo
BCM2835.setState
bcm2835
driver
BCM2835
Sets the given pins to the given state
void
setState
(Pin p, State s)
void
setState
(T pins, State s)
class
BCM2835
void
setState
(
T
...
)
(
T
pins
,
State
s
)
if
(
isVariadicArgsOf
!(
Pin
,
T
)
)
Parameters
pins
T
the pins
s
State
the state
Meta
Source
See Implementation
bcm2835
driver
BCM2835
constructors
this
functions
high
input
low
output
setState
setType
Sets the given pins to the given state