From da23e6ef3053a5ae66fb6b305adcfb4b30006a8e Mon Sep 17 00:00:00 2001 From: "John M. Wargo" Date: Tue, 16 Apr 2024 17:03:58 -0400 Subject: [PATCH] Update readme.md Fixed incorrect function name in API documentation --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f82cd33..b1c8d83 100644 --- a/readme.md +++ b/readme.md @@ -143,7 +143,7 @@ To use this library, first download the library file, paste it into the \Arduino void setOutdoors(void); /** - * @fn setOutdoors + * @fn getNoiseFloorLvl * @brief Get the noise level * @return Return noise level */