|
FireSync API
|
Sets the output state for one or more GPIO pins in this bank.
This function takes 64-bit values and can be used to change the output state of specific pins, while leaving the output state for all the other pins unchanged.
The output state can only be changed for output pins. The behavior for changing input pins is undefined.
| bank | Gpio Bank object. |
| mask | Bitset to specify which pin(s) should be changed. |
| state | Bitset to specify the output state(s). |