zigbee 0.1.0-alpha.3

ZigBee protocol stack in `no-std` based on the ZigBee specification 22 1.0
Documentation
1
2
3
4
5
6
7
8
pub struct LinkStatus<'a> {
    pub entries: &'a [NeighborTableEntry],
}

pub struct NeighborTableEntry {
    pub neighbor_address: u16,
    pub link_quality: u8,
}