Skip to content

0.3.1 imxrt-hal

Compare
Choose a tag to compare
@mciantyre mciantyre released this 28 Aug 23:05

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.