Skip to content

Commit dad3654

Browse files
author
dherrada
committed
Fixed doxygen index page
1 parent bbf8504 commit dad3654

File tree

2 files changed

+30
-27
lines changed

2 files changed

+30
-27
lines changed

Adafruit_LSM9DS0.cpp

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
1-
/***************************************************************************
2-
This is a library for the LSM9DS0 Accelerometer and magnentometer/compass
3-
4-
Designed specifically to work with the Adafruit LSM9DS0 Breakouts
5-
6-
These sensors use I2C to communicate, 2 pins are required to interface.
7-
8-
Adafruit invests time and resources providing this open source code,
9-
please support Adafruit andopen-source hardware by purchasing products
10-
from Adafruit!
11-
12-
Written by Kevin Townsend for Adafruit Industries.
13-
BSD license, all text above must be included in any redistribution
14-
***************************************************************************/
1+
/*!
2+
* @file Adafruit_LSM9DS0
3+
*
4+
* @mainpage Adafruit LSM9DS0 Accelerometer
5+
*
6+
* @section intro_sec Introduction
7+
*
8+
* This is a library for the LSM9DS0 Accelerometer and magnentometer/compass
9+
*
10+
* Designed specifically to work with the Adafruit LSM9DS0 Breakouts
11+
*
12+
* These sensors use I2C to communicate, 2 pins are required to interface.
13+
*
14+
* Adafruit invests time and resources providing this open source code,
15+
* please support Adafruit andopen-source hardware by purchasing products
16+
* from Adafruit!
17+
*
18+
* @section author Author
19+
*
20+
* Written by Kevin Townsend for Adafruit Industries.
21+
*
22+
* @section license License
23+
*
24+
* BSD license, all text above must be included in any redistribution
25+
*
26+
*/
1527
#include <Adafruit_LSM9DS0.h>
1628

1729
/***************************************************************************

Adafruit_LSM9DS0.h

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
1-
/***************************************************************************
2-
This is a library for the LSM9DS0 Accelerometer and magnentometer/compass
1+
/*!
2+
* @file Adafruit_LSM9DS0.h
3+
*
4+
*/
35

4-
Designed specifically to work with the Adafruit LSM9DS0 Breakouts
5-
6-
These sensors use I2C to communicate, 2 pins are required to interface.
7-
8-
Adafruit invests time and resources providing this open source code,
9-
please support Adafruit andopen-source hardware by purchasing products
10-
from Adafruit!
11-
12-
Written by Kevin Townsend for Adafruit Industries.
13-
BSD license, all text above must be included in any redistribution
14-
***************************************************************************/
156
#ifndef __LSM9DS0_H__
167
#define __LSM9DS0_H__
178

0 commit comments

Comments
 (0)