pub(crate) type ButtonDriver = ButtonComponentType<GPIOPin<'static>>;
pub(crate) struct ButtonDriver { /* private fields */ }