We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d96345 commit 68caae5Copy full SHA for 68caae5
Adafruit_LPS28.cpp
@@ -518,7 +518,7 @@ float Adafruit_LPS28::getPressure() {
518
* @brief Gets the current temperature reading
519
*
520
* @return float Temperature in degrees Celsius
521
- * @note Resolution is 0.01°C per LSB
+ * @note Resolution is 0.01 degC per LSB
522
*/
523
float Adafruit_LPS28::getTemperature() {
524
// Read the 2-byte TEMP_OUT register (signed 16-bit, 2's complement)
0 commit comments