1
2
3
4
5
6
7
//! Mynewt Hardware API for Rust

pub mod hal;         // Export `hw/hal.rs` as Rust module `mynewt::hw::hal`

pub mod sensor;      // Export `hw/sensor.rs` as Rust module `mynewt::hw::sensor`

pub mod sensor_mgr;  // Export `hw/sensor_mgr.rs` as Rust module `mynewt::hw::sensor_mgr`