hpm_isp 0.5.0

ISP tool for HPMicro MCUs.
Documentation
1
2
3
4
5
6
7
8
9
#![doc = include_str!(concat!(
    env!("CARGO_MANIFEST_DIR"),
    "/",
    env!("CARGO_PKG_README")
))]

pub mod hid;
pub mod isp_command;
pub mod memory_config;