dot15d4 0.1.2

IEEE 802.15.4 implementation in Rust
Documentation
1
2
3
4
5
6
7
8
//! Access to IEEE 802.15.4 devices.
//!
//! This module provides access to IEEE 802.15.4 devices. It provides a trait
//! for transmitting and recieving frames, [Device].

pub mod config;
pub mod driver;
pub mod radio;