//! # Hardware Abstraction Layer for MAX7800x Microcontrollers
/// Entry point for the runtime application.
pub use entry;
/// Re-export of the Peripheral Access Crate (PAC) for the MAX78000.
pub use max78000_pac as pac;
pub use Interrupt;
use Sealed;