sx126x 0.3.0

A driver for the SX126X Family of LoRa modems
Documentation
1
2
3
4
5
6
#[repr(u8)]
#[derive(Copy, Clone)]
pub enum StandbyConfig {
    StbyRc = 0x00,
    StbyXOSC = 0x01,
}