rust-iot / rust-radio-sx127x

Rust driver for the Semtech SX127x series of Sub-GHz LoRa/ISM radio transceivers
Mozilla Public License 2.0
32 stars 16 forks source link

Update e-h version, clean up type bounds #90

Closed ryankurte closed 2 years ago

ryankurte commented 2 years ago

hopefully this makes it a bunch simpler for folks using this crate (see https://github.com/rust-iot/rust-radio-sx127x/issues/38)

similar to https://github.com/rust-iot/rust-radio-sx128x/pull/105, though i tried a different method of erasing errors which reduces the type constraints.