sdmmc-core 0.5.0

SD/MMC core data structures and algorithms
Documentation
1
2
3
4
5
6
7
//! Cyclic redundancy check algorithms for SD memory transfers.

mod crc16;
mod crc7;

pub use crc7::*;
pub use crc16::*;