tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
608 stars 192 forks source link

sx127x: add RadioController interface to match sx126x #515

Closed deadprogram closed 1 year ago

deadprogram commented 1 year ago

This PR adds a RadioController interface and implementation to the sx127x to provide a similar pattern as the sx126x.

deadprogram commented 1 year ago

Thank you for testing @ofauchon now merging!