flrrth / pico-bmp280

This is a MicroPython library for the Raspberry Pi Pico and allows communicating with the BMP280 pressure sensor through the SPI and I2C protocols.
GNU General Public License v3.0
8 stars 0 forks source link

Remove configuration support for 3 wire mode #2

Closed flrrth closed 1 year ago

flrrth commented 1 year ago

SPI 3 wire mode doesn't seem to be supported by the Pico, so it is removed from the configuration class.