cyt4bf 0.0.1

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

#[cfg(all(feature = "rev_c"))]
pub use cyt4bf_c::*;
#[cfg(all(feature = "rev_d"))]
pub use cyt4bf_d::*;