cyt4bb 0.0.1

Peripheral access crate for cyt4bb T2G family
Documentation
1
2
3
4
5
6
#![no_std]

#[cfg(all(feature = "rev_a"))]
pub use cyt4bb_a::*;
#[cfg(all(feature = "rev_b"))]
pub use cyt4bb_b::*;