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