embassy-rs / lora-phy

REPO ARCHIVED - moved to https://github.com/lora-rs/lora-rs -- LoRa implementation based on embedded-hal-async
Apache License 2.0
23 stars 15 forks source link

sx126x: Make DIO2 functionality configurable #45

Open plaes opened 9 months ago

plaes commented 9 months ago

Another board-specific tweak is DIO2 configuration - whether this is used as IRQ or as RF Switch.

This also means that we should rethink how InterfaceVariant should be handled regarding RfSwitch integration...