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