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
622 stars 196 forks source link

Add support for SPI on bmp280 temp/pressure sensor #708

Open WilssoN93 opened 1 month ago

WilssoN93 commented 1 month ago

I have a bmp280 sensor that is using SPI as a interface, and this driver only seems to support I2C. I would appreciate if that support would extend to SPI :)