Skip to content

Commit c1c4301

Browse files
committed
doxy headers for file; formatter runs
1 parent 1fb087b commit c1c4301

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

src/sfeTk/sfeDevBMV080.h

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
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+
*/
1818

1919
#pragma once
2020

2121
#include "bmv080.h"
2222
#include "bmv080_defs.h"
2323

2424
// Include the platform independent layer of the SparkFun Toolkit
25-
#include <sfeTk/sfeToolkit.h>
2625
#include <sfeTk/sfeTkIBus.h>
26+
#include <sfeTk/sfeToolkit.h>
2727
#include <stdint.h>
2828

2929
#define SFE_BMV080_DEFAULT_ADDRESS 0x57

0 commit comments

Comments
 (0)