You are viewing an older revision! See the latest version
BusOut
The BusOut interface is used to create a number of DigitalOut pins that can be written as one value.
Hello World!¶
API¶
API summary
Import librarymbed
Interface¶
The BusOut Interface can be used on any pin with a blue label, and also with the on-board LEDs (LED1-LED4)
The BusOut Interface can be used to set the state of the output pin, and also read back the current output state. Set the BusOut to zero to turn it off, or 1 to turn it on.
![]() |
See the Pinout page for more details |