cyt3bb 0.0.1

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

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