cu-wt901 1.1.0

This is a driver for the WT901 IMU.
Documentation
1
2
3
4
5
6
7
8
use cfg_aliases::cfg_aliases;
fn main() {
    cu29_build::setup();
    cfg_aliases! {
        hardware: { all(target_os = "linux", not(feature = "mock")) },
        mock: { any(not(target_os = "linux"), feature = "mock") },
    }
}