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
9
10
11
//! 2.3.2  ZigBee Descriptors
//
//! ZigBee devices describe themselves using descriptor data structures.
//! The actual data contained in these descriptors is  defined in the individual
//! device descriptions. There are five descriptors: node, node power, simple,
//! complex, and user.

pub mod error;
pub mod node_descriptor;
pub mod node_power_descriptor;
pub mod simple_descriptor;