nopnop2002 / Arduino-SI4432

Arduino library for SILICON LABS SI443x
MIT License
15 stars 5 forks source link

Make SPI class and SDN pin optional #4

Closed itsmevjnk closed 1 year ago

itsmevjnk commented 1 year ago

(Repeat of PR #3 ) Some platforms (e.g. ESP32) have multiple SPI buses; therefore, it would be nice if the user can choose which SPI bus to use. Also, I've made the SDN pin optional since there are also cases when the user may want to use external circuitry to perform automatic POR for the Si4432.

nopnop2002 commented 1 year ago

Thanks for the PR.

Sorry for the misunderstanding.