Closed
Description
We need to re-export more of esp-hal-common
since that shouldn't be used directly
Background:
When implementing https://github.com/bjoernQ/ps2keyboard-esp32c3 I discovered I need to import a few things that are actually in esp-hal-common
and are not re-exported:
use esp_hal_common::{Event, OpenDrain, Output, Pin};