mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
[BME3xx] Lower SPI frequency to 100 kHz
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user