tinyboot-ch32-hal 0.3.0

Hardware abstraction layer for tinyboot on CH32 microcontrollers
Documentation
1
2
3
4
5
#[cfg_attr(afio_v0, path = "v0.rs")]
#[cfg_attr(afio_v3, path = "v3.rs")]
mod family;

pub use family::*;