[BME3xx] Lower SPI frequency to 100 kHz

This commit is contained in:
TD-er
2025-01-10 20:20:07 +01:00
parent acce70ef5e
commit 50308397ac
+1 -1
View File
@@ -32,7 +32,7 @@
-----------------------------------------------------------------------*/
#define BMP3XX_DEFAULT_ADDRESS (0x77) ///< The default I2C address
/*=========================================================================*/
#define BMP3XX_DEFAULT_SPIFREQ (1000000) ///< The default SPI Clock speed
#define BMP3XX_DEFAULT_SPIFREQ (100000) ///< The default SPI Clock speed
/** Adafruit_BMP3XX Class for both I2C and SPI usage.
* Wraps the Bosch library for Arduino usage