st67w611 0.1.0

Async no_std driver for ST67W611 WiFi modules using Embassy framework
Documentation
1
2
3
4
5
6
7
//! Bus layer - SPI communication with the ST67W611 module

pub mod spi;
pub mod spi_rdy;

pub use spi::{SpiTransport, SpiTransportAuto};
pub use spi_rdy::SpiTransportRdy;