hal-mik32 0.1.0

Rust hardware abstraction layer for MIK32 microcontrollers.
Documentation
1
2
3
4
5
6
7
8
9
//! I2C HAL stub

pub struct I2c;

impl I2c {
    pub fn new() -> Self {
        I2c
    }
}