|
1 | | -/* |
2 | | -sfTkArdI2c.h |
3 | | -
|
4 | | -The MIT License (MIT) |
5 | | -
|
6 | | -Copyright (c) 2023 SparkFun Electronics |
7 | | -
|
8 | | -Permission is hereby granted, free of charge, to any person obtaining a |
9 | | -copy of this software and associated documentation files (the "Software"), |
10 | | -to deal in the Software without restriction, including without limitation |
11 | | -the rights to use, copy, modify, merge, publish, distribute, sublicense, |
12 | | -and/or sell copies of the Software, and to permit persons to whom the |
13 | | -Software is furnished to do so, subject to the following conditions: The |
14 | | -above copyright notice and this permission notice shall be included in all |
15 | | -copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED |
16 | | -"AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT |
17 | | -NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR |
18 | | -PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT |
19 | | -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN |
20 | | -ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
21 | | -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
22 | | -
|
23 | | -The following classes specify the behavior for communicating |
24 | | -over Inter-Integrated Circuit (I2C) in Arduino |
25 | | -
|
26 | | -*/ |
| 1 | +/** |
| 2 | + * @file sfTkArdI2C.cpp |
| 3 | + * @brief header file for the SparkFun Toolkit Arduino I2C driver. |
| 4 | + * |
| 5 | + * This file contains the Arduino I2C 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 | + */ |
27 | 13 |
|
28 | 14 | #pragma once |
29 | 15 |
|
|
0 commit comments