#![no_std] mod cpld; pub use cpld::{CPLD, Error}; mod spi_slave; pub use spi_slave::{SPISlave, Parts};