Skip to content

Commit

Permalink
Merge pull request #33 from eangeloff/master
Browse files Browse the repository at this point in the history
Fix description comments of functions
  • Loading branch information
caternuson authored Oct 18, 2022
2 parents 2653740 + 806d8d1 commit 50745f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Adafruit_BMP085.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ class Adafruit_BMP085 {
float readAltitude(float sealevelPressure = 101325); // std atmosphere
/*!
* @brief Reads the raw temperature
* @return Returns signed 16-bit integer of the raw temperature
* @return Returns the raw temperature
*/
uint16_t readRawTemperature(void);
/*!
* @brief Reads the raw pressure
* @return Returns signed 32-bit integer of the raw temperature
* @return Returns the raw pressure
*/
uint32_t readRawPressure(void);

Expand Down

0 comments on commit 50745f6

Please sign in to comment.