vorago-reb1/src/lib.rs
Robin Mueller 4160df667f
Completed BSP core features
- Added basic accelerometer example. Board in not populated so it is not complete, but it provides a starting point
- Added ADC base library and example building on the new `max116xx-10bit` device driver crate
2021-12-12 13:46:45 +01:00

7 lines
81 B
Rust

#![no_std]
pub mod button;
pub mod leds;
pub mod max11619;
pub mod temp_sensor;