|
APIs, concepts, guides, and more
|
| void DigitalOutSet | ( | int32_t | digitalOutNumber, |
| bool | state ) |
Set the state of a digital output.
| digitalOutNumber | The zero-based index of the digital output. |
| state | True to set the output high, false to set it low. |