0.3.1 imxrt-hal
Fixed
The StatefulOutputPin
implementation was reading from the wrong GPIO register. The interface would indicate that the GPIO was always low, even when it was driven high. The implementation now reads from the data register, which represents the driven GPIO value.