msp430fr247x-hal 0.1.1

Implementation of embedded-hal for microcontrollers MSP430FR2475 and MSP430FR2476
1
2
3
4
5
6
7
pub trait Steal {
    unsafe fn steal() -> Self;
}

pub mod eusci;
pub mod gpio;
pub mod timerb;