1.8.13.15 1.25.10.15 1.26.9.15 1.27.11.15 1.28.13.15 1.34.10.15 1.35.8.15 1.36.11.15 1.41.12.15 1.42.10.15 PIO_PinToggle Function
C
void PIO_PinToggle(PIO_PIN pin)
Summary
Toggles the selected pin.
Description
This function toggles/inverts the value on the selected I/O line/pin.
Precondition
PIO_Initialize() must have been called.
Parameters
Param | Description |
---|---|
pin | One of the IO pins from the enum PIO_PIN |
Returns
None.
Example
PIO_PinToggle(PIO_PIN_PB3);
Remarks
None.