BCM2835

The driver itself

Constructors

this
this()

Constructs a new driver instance using Broadcom addressing

this
this(Addressing aType)

Constructs a new driver instance with the given addressing mode.

Members

Functions

high
void high(T pins)

Sets the given pins to high

input
void input(T pins)

Sets the given pins to input mode

low
void low(T pins)

Sets the given pins to low

output
void output(T pins)

Sets the given pins to output mode

setState
void setState(Pin p, State s)

Sets the given pin to the given state

setState
void setState(T pins, State s)

Sets the given pins to the given state

setType
void setType(Pin p, Mode m)

Sets the mode of the given pin

setType
void setType(T pins, Mode m)

Sets the given pins to the given mode

Meta