flight_computer/
lib.rs

1#![cfg_attr(not(test), no_std)]
2
3pub mod altimeter;
4pub mod flight_phase;
5pub mod ublox_device;
6pub mod utils;