From 5eae7e13d964b611e32b0744326822dd74045fe5 Mon Sep 17 00:00:00 2001 From: RJ Nowling Date: Wed, 29 Oct 2025 16:38:34 -0500 Subject: [PATCH] Add temperature units The unit of the values returned by `getTemperature()` were not listed. I confirmed empirically that the sensor returns the temperature in units of Celsius. --- docs/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.md b/docs/api.md index f52c482..7d9ccd1 100644 --- a/docs/api.md +++ b/docs/api.md @@ -149,7 +149,7 @@ Represents a Modulino Thermo module. Returns the humidity reading. - **`float getTemperature()`** - Returns the temperature reading. + Returns the temperature reading in Celsius. --- @@ -195,4 +195,4 @@ Represents a color for Modulino Pixels modules. ## License -This library is released under the [MPL-2.0 license](../LICENSE). \ No newline at end of file +This library is released under the [MPL-2.0 license](../LICENSE).