Jelajahi Sumber

Merge remote-tracking branch 'adafruit/master'

siddacious 5 tahun lalu
induk
melakukan
2c2d98a3e9
3 mengubah file dengan 5 tambahan dan 6 penghapusan
  1. 2 2
      Adafruit_DPS310.cpp
  2. 2 3
      README.md
  3. 1 1
      library.properties

+ 2 - 2
Adafruit_DPS310.cpp

@@ -351,8 +351,8 @@ void Adafruit_DPS310::configureTemperature(dps310_rate_t rate,
 
 
 /**************************************************************************/
 /**************************************************************************/
 /*!
 /*!
-  @brief  Read the XYZ data from the magnetometer and store in the internal
-  x, y and z (and x_g, y_g, z_g) member variables.
+  @brief  Read the XYZ data from the sensor and store in the internal
+  raw_pressure, raw_temperature, _pressure and _temperature variables.
 */
 */
 /**************************************************************************/
 /**************************************************************************/
 
 

+ 2 - 3
README.md

@@ -1,6 +1,5 @@
-# Adafruit DPS310 [![Build Status](https://github.com/adafruit/Adafruit_DPS310/workflows/Arduino%20Library%20CI/badge.svg)](https://github.com/adafruit/Adafruit_DPS310/actions)[![Documentation](https://github.com/adafruit/ci-arduino/blob/master/assets/doxygen_badge.svg)](http://adafruit.github.io/Adafruit_DPS310/html/index.html)
-
-This is the Adafruit DPS310 Arduino Library for Arduino
+# Adafruit_DPS310 [![Build Status](https://github.com/adafruit/Adafruit_DPS310/workflows/Arduino%20Library%20CI/badge.svg)](https://github.com/adafruit/Adafruit_DPS310/actions)[![Documentation](https://github.com/adafruit/ci-arduino/blob/master/assets/doxygen_badge.svg)](http://adafruit.github.io/Adafruit_DPS310/html/index.html)
+This is the Adafruit DPS310 barometric pressure library
 
 
 Tested and works great with the Adafruit DPS310 Breakout Board
 Tested and works great with the Adafruit DPS310 Breakout Board
 [<img src="assets/board.png?raw=true" width="500px">](https://www.adafruit.com/products/4494)
 [<img src="assets/board.png?raw=true" width="500px">](https://www.adafruit.com/products/4494)

+ 1 - 1
library.properties

@@ -1,5 +1,5 @@
 name=Adafruit DPS310
 name=Adafruit DPS310
-version=1.0.1
+version=1.0.4
 author=Adafruit <info@adafruit.com>
 author=Adafruit <info@adafruit.com>
 maintainer=Adafruit <info@adafruit.com>
 maintainer=Adafruit <info@adafruit.com>
 sentence=Library for the Adafruit DPS310 barometric pressure sensor.
 sentence=Library for the Adafruit DPS310 barometric pressure sensor.