Skip to content

Commit 68caae5

Browse files
committed
remove another deg
1 parent 7d96345 commit 68caae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_LPS28.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ float Adafruit_LPS28::getPressure() {
518518
* @brief Gets the current temperature reading
519519
*
520520
* @return float Temperature in degrees Celsius
521-
* @note Resolution is 0.01°C per LSB
521+
* @note Resolution is 0.01 degC per LSB
522522
*/
523523
float Adafruit_LPS28::getTemperature() {
524524
// Read the 2-byte TEMP_OUT register (signed 16-bit, 2's complement)

0 commit comments

Comments
 (0)