Readonly
nameThe name of the resource.
Return the current value of the interrupt which is based on the type of interrupt.
The name of the digital interrupt.
Get the duty cycle of the given pin of a board.
The pin.
The duty cycle, which is a value from 0 to 1.
Get the PWM frequency of the given pin of a board.
The pin.
Read the current value of an analog reader of a board.
The name of the analog reader.
Set the high/low state of the given pin of a board.
The pin.
When true, set the given pin to high. When false, set the given pin to low.
Set the duty cycle of the given pin of a board.
The pin.
Set the PWM frequency of the given pin of a board.
The pin.
The PWM frequency, in hertz. 0 will use the board's default PWM frequency.
Stream digital interrupt ticks on the board.
Names of the interrupts to stream.
Array to put the ticks in.
Write an analog value to a pin on the board.
The pin name.
An integer value to write.
A gRPC-web client for the Board component.