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 fd10215 commit ef12ef0Copy full SHA for ef12ef0
src/SparkFun_Soil_Moisture_Sensor.h
@@ -10,7 +10,7 @@
10
* @author SparkFun Electronics
11
* @date 2025
12
* @copyright Copyright (c) 2025, SparkFun Electronics Inc. This project is released under the MIT License.
13
- *
+ *
14
* SPDX-License-Identifier: MIT
15
*/
16
@@ -20,9 +20,10 @@
20
#pragma once
21
22
// To make the Arduino machine happy, include the toolkit header before the core implementation for this device
23
+// clang-format off
24
#include <SparkFun_Toolkit.h>
25
#include "sfTk/sfDevSoilMoisture.h"
-
26
+// clang-format on
27
28
// Note:
29
// The core of the implementation for this device library is in the SparkFun Toolkit object sfDevSoilMoisture,
0 commit comments