1-
2- /*
3- SparkFun_Toolkit.h
4-
5- The MIT License (MIT)
6-
7- Copyright (c) 2023 SparkFun Electronics
8-
9- Permission is hereby granted, free of charge, to any person obtaining a
10- copy of this software and associated documentation files (the "Software"),
11- to deal in the Software without restriction, including without limitation
12- the rights to use, copy, modify, merge, publish, distribute, sublicense,
13- and/or sell copies of the Software, and to permit persons to whom the
14- Software is furnished to do so, subject to the following conditions: The
15- above copyright notice and this permission notice shall be included in all
16- copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED
17- "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
18- NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
19- PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
20- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
21- ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
22- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23-
24- */
1+ /**
2+ * @file SparkFun_Toolkit.h
3+ * @brief Arduino style header file for the SparkFun Toolkit
4+ *
5+ * This file contains the Arduino style header for the SparkFun Toolkit library
6+ *
7+ * @author SparkFun Electronics
8+ * @date 2024-2025
9+ * @copyright Copyright (c) 2024-2025, SparkFun Electronics Inc. This project is released under the MIT License.
10+ *
11+ * SPDX-License-Identifier: MIT
12+ */
2513
2614#pragma once
2715
@@ -31,6 +19,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3119// Arduino Libraries.
3220
3321// Just include the toolkit headers
34- #include "sfeTkArdI2C .h"
35- #include "sfeTkArdSPI .h"
36- #include "sfeTkArduino .h"
22+ #include "sfTkArdI2C .h"
23+ #include "sfTkArdSPI .h"
24+ #include "sfTkArduino .h"
0 commit comments