Expand description
Components for the FM25CL FRAM chip.
Uses a SPI Interface.
§Usage
let fm25cl = components::fm25cl::Fm25clComponent::new(spi_mux, stm32f429zi::gpio::PinId::PE03)
.finalize(components::fm25cl_component_static!(stm32f429zi::spi::Spi));