File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
- /* *****************************************************************************
2
- sfeDevBMV080.h
3
- SparkFun BMV080 Library header file
4
-
5
- by Pete Lewis @SparkFun Electronics
6
- September 2025
7
-
8
- This file implements the BMV080 class, prototyped in SparkFun_BMV080_Arduino_Library.h
9
-
10
- BMV080 Breakout HW Version: v01
11
-
12
- SPDX-License-Identifier: MIT
13
-
14
- Copyright (c) 2025 SparkFun Electronics
15
-
16
- Distributed as-is; no warranty is given.
17
- ***************************************************************************** */
1
+ /* *
2
+ * @file sfeDevBMV080.h
3
+ * @brief Header file for the SparkFun BMV080 Library
4
+ *
5
+ * This file contains the header of the sfeDevBMV080 class, which provides
6
+ * an interface to the BMV080 sensor. It includes methods for initializing the sensor,
7
+ * reading sensor data, and configuring sensor settings.
8
+ *
9
+ * @author Pete Lewis
10
+ * @date 2025
11
+ * @version 1.0
12
+ * @copyright (c) 2025 SparkFun Electronics Inc. This project is released under the MIT License.
13
+ *
14
+ * SPDX-License-Identifier: MIT
15
+ *
16
+ * @see sfeDevBMV080.cpp
17
+ */
18
18
19
19
#pragma once
20
20
21
21
#include " bmv080.h"
22
22
#include " bmv080_defs.h"
23
23
24
24
// Include the platform independent layer of the SparkFun Toolkit
25
- #include < sfeTk/sfeToolkit.h>
26
25
#include < sfeTk/sfeTkIBus.h>
26
+ #include < sfeTk/sfeToolkit.h>
27
27
#include < stdint.h>
28
28
29
29
#define SFE_BMV080_DEFAULT_ADDRESS 0x57
You can’t perform that action at this time.
0 commit comments