Skip to content

Commit 447bde1

Browse files
committed
tweak to doxy comment on file
1 parent ef7bc15 commit 447bde1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/sfeTk/sfeDevSoilMoisture.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
*
99
* @author SparkFun Electronics
1010
* @date 2025
11-
* @copyright Copyright (c) 2025, SparkFun Electronics Inc.
12-
* @license MIT
11+
* @copyright Copyright (c) 2025, SparkFun Electronics Inc. This project is released under the MIT License.
1312
*
1413
* SPDX-License-Identifier: MIT
1514
*/
@@ -37,7 +36,7 @@
3736
/**
3837
* @brief Maximum value for the soil moisture sensor
3938
*
40-
* This macro defines the maximum value (1023) for the soil moisture sensor,
39+
* This macro defines the maximum value (1023) for the soil moisture sensor,
4140
* which corresponds to the highest reading from the 10-bit ADC. 2^10 = 1024-1
4241
*/
4342
#define SFE_SOIL_MOISTURE_MAX_VALUE 1023

0 commit comments

Comments
 (0)