hal-mik32 0.1.0

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

pub struct Timer32_2;

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