cu-wt901 0.15.0

This is a driver for the WT901 IMU.
Documentation
(
    tasks: [
        (
            id: "src",
            type: "cu_wt901::WT901",
        ),
        (
            id: "tester",
            type: "WT910TestSink",
        ),
    ],
    cnx: [
        (
            src: "src",
            dst: "tester",
            msg: "cu_wt901::PositionalReadingsPayload",
        ),
    ],
)