Initial add for sx126x

This commit is contained in:
ceekdee
2022-09-27 21:55:41 -05:00
parent 9bb43ffe9a
commit a89a0c2f12
11 changed files with 2582 additions and 2 deletions

View File

@ -7,6 +7,8 @@ pub(crate) mod fmt;
#[cfg(feature = "stm32wl")]
pub mod stm32wl;
#[cfg(feature = "rak4631")]
pub mod sx126x;
#[cfg(feature = "sx127x")]
pub mod sx127x;