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:
parent
d5c35e955d
commit
18997eb650
2 changed files with 4 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
# Adafruit BMP5xx Library [](https://github.com/adafruit/Adafruit_BMP5xx/actions)[](http://adafruit.github.io/Adafruit_BMP5xx/html/index.html)
|
# Adafruit BMP5xx Library [](https://github.com/adafruit/Adafruit_BMP5xx/actions)[](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
|
||||||
|
|
|
||||||
|
|
@ -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=*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue