From 18997eb650c9c9f18eccaa10397f5afde422509c Mon Sep 17 00:00:00 2001 From: ladyada Date: Fri, 8 Aug 2025 20:48:31 -0400 Subject: [PATCH] Add BMP585 support to documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 4 ++-- library.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7c80315..92fd6fe 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Adafruit BMP5xx Library [![Build Status](https://github.com/adafruit/Adafruit_BMP5xx/workflows/Arduino%20Library%20CI/badge.svg)](https://github.com/adafruit/Adafruit_BMP5xx/actions)[![Documentation](https://github.com/adafruit/ci-arduino/blob/master/assets/doxygen_badge.svg)](http://adafruit.github.io/Adafruit_BMP5xx/html/index.html) -Arduino library for the BMP5xx (BMP580/BMP581) pressure and temperature sensors. +Arduino library for the BMP5xx (BMP580/BMP581/BMP585) pressure and temperature sensors. ## About the BMP5xx -The BMP5xx series (BMP580/BMP581) are high-precision barometric pressure sensors from Bosch Sensortec featuring: +The BMP5xx series (BMP580/BMP581/BMP585) are high-precision barometric pressure sensors from Bosch Sensortec featuring: - High-resolution 24-bit pressure and temperature measurements - I2C and SPI interface support diff --git a/library.properties b/library.properties index a72d9ec..882f492 100644 --- a/library.properties +++ b/library.properties @@ -2,8 +2,8 @@ name=Adafruit BMP5xx Library version=1.0.0 author=Adafruit maintainer=Adafruit -sentence=Arduino library for BMP580 and BMP581 pressure and temperature sensors. -paragraph=Arduino library for Bosch BMP580 and BMP581 pressure and temperature sensors with I2C and SPI support. Uses Bosch Sensortec API for reliable operation. +sentence=Arduino library for BMP580, BMP581, and BMP585 pressure and temperature sensors. +paragraph=Arduino library for Bosch BMP580, BMP581, and BMP585 pressure and temperature sensors with I2C and SPI support. Uses Bosch Sensortec API for reliable operation. category=Sensors url=https://github.com/adafruit/Adafruit_BMP5xx architectures=*