asterix 0.4.0

Encode/Decode for ASTERIX protocol using the deku library
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub fn groundspeed() -> f32 {
    2_f32.powi(-14)
}

pub fn heading1() -> f32 {
    360.0 / 2_f32.powi(16)
}

pub fn heading2() -> f32 {
    360.0 / 2_f32.powi(12)
}