flight-computer 0.1.0

A GPS/Barometric skydiving flight computer
Documentation
1
2
3
4
5
6
#![cfg_attr(not(test), no_std)]

pub mod altimeter;
pub mod flight_phase;
pub mod ublox_device;
pub mod utils;