//! HAL for the K210 SoC
//!//! This is an implementation of the [`embedded-hal`] traits for the K210 SoC
#![deny(missing_docs)]#![no_std]pubuse k210_pac as pac;pubmodclock;modexternal_pins;modfpioa;modperipherals;pubmodprelude;pubmodserial;pubmodstdout;pubmodtime;pubuseperipherals::Peripherals;