Skip to content

Commit

Permalink
[BME3xx] Lower SPI frequency to 100 kHz
Browse files Browse the repository at this point in the history
  • Loading branch information
TD-er committed Jan 10, 2025
1 parent acce70e commit 5030839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Adafruit_BMP3XX/Adafruit_BMP3XX.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5030839

Please sign in to comment.