personal-rns 0.3.4

Personal Reticulum: the pure engine, the high-level runtime, and every interface family behind one crate and one prelude
1
2
3
4
5
6
pub mod sx126x {
    pub use prns_interfaces_embassy::radios::sx126x::{
        Bandwidth, BoardConfig, CodingRate, Error, LoraPacket, Modulation, RadioConfig,
        ReceivedAirFrame, SpreadingFactor, Sx126x, TcxoVoltage,
    };
}