sx1262 0.3.0

A embedded-hal driver for the Semtech SX1261/2 sub-GHz radio transceiver
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Register definitions for the SX126x radio
//! Generated from DS_SX1261-2_V1.2.pdf datasheet

mod dio;
mod packet;
mod rf;
mod system;

pub use dio::*;
pub use packet::*;
pub use rf::*;
pub use system::*;