ARMmbed / mbed-semtech-lora-rf-drivers

Semtech's LoRa RF drivers for mbed OS
Other
31 stars 25 forks source link

reduce default sx126x spi clock freq #47

Open bentcooke opened 5 years ago

bentcooke commented 5 years ago

The absolute max SPI clock rate for the SX126x family is 16MHz. This change reduces the default clock to 12MHz to provide some margin for MCU clock tolerances and pre/post-scaler rounding.

@AnttiKauppila