Skip to content
Release HAL 0.3.1

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.