Add BMP585 support to documentation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
ladyada 2025-08-08 20:48:31 -04:00
parent d5c35e955d
commit 18997eb650
2 changed files with 4 additions and 4 deletions

View file

@ -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) # 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 ## 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 - High-resolution 24-bit pressure and temperature measurements
- I2C and SPI interface support - I2C and SPI interface support

View file

@ -2,8 +2,8 @@ name=Adafruit BMP5xx Library
version=1.0.0 version=1.0.0
author=Adafruit author=Adafruit
maintainer=Adafruit <info@adafruit.com> maintainer=Adafruit <info@adafruit.com>
sentence=Arduino library for BMP580 and BMP581 pressure and temperature sensors. sentence=Arduino library for BMP580, BMP581, and BMP585 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. 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 category=Sensors
url=https://github.com/adafruit/Adafruit_BMP5xx url=https://github.com/adafruit/Adafruit_BMP5xx
architectures=* architectures=*