embedded-driver-template 0.1.0

A rust-embedded driver template
Documentation
1
2
3
4
5
6
#![cfg_attr(not(test), no_std)]

#[cfg(test)]
mod tests {
    use super::*;
}