Skip to content

Commit

Permalink
Fixed doxygen index page
Browse files Browse the repository at this point in the history
  • Loading branch information
dherrada committed May 25, 2020
1 parent 383281c commit 3e8a067
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 26 deletions.
39 changes: 26 additions & 13 deletions Adafruit_LSM303DLH_Mag.cpp
Original file line number Diff line number Diff line change
@@ -1,17 +1,30 @@
/***************************************************************************
This is a library for the LSM303DLH Magnentometer/compass
Designed specifically to work with the Adafruit LSM303DLHC Breakout
These displays use I2C to communicate, 2 pins are required to interface.
Adafruit invests time and resources providing this open source code,
please support Adafruit andopen-source hardware by purchasing products
from Adafruit!
/*!
* @file Adafruit_LSM303DLH_Mag.cpp
*
* @mainpage Adafruit LSM303DLH Breakout
*
* @section intro_sec Introduction
*
* This is a library for the LSM303DLH Magnentometer/compass
*
* Designed specifically to work with the Adafruit LSM303DLHC Breakout
*
* These displays use I2C to communicate, 2 pins are required to interface.
*
* Adafruit invests time and resources providing this open source code,
* please support Adafruit andopen-source hardware by purchasing products
* from Adafruit!
*
* @section author Author
*
* Written by Bryan Siepert for Adafruit Industries.
*
* @section license License
*
* BSD license, all text above must be included in any redistribution
*
*/

Written by Bryan Siepert for Adafruit Industries.
BSD license, all text above must be included in any redistribution
***************************************************************************/
#if ARDUINO >= 100
#include "Arduino.h"
#else
Expand Down
17 changes: 4 additions & 13 deletions Adafruit_LSM303DLH_Mag.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
/***************************************************************************
This is a library for the LSM303DLH magnentometer/compass
Designed specifically to work with the Adafruit LSM303DLHC Breakout
These displays use I2C to communicate, 2 pins are required to interface.
Adafruit invests time and resources providing this open source code,
please support Adafruit andopen-source hardware by purchasing products
from Adafruit!
/*!
* @file Adafruit_LSM303DLH_Mag.h
*
*/

Written by Bryan Siepert for Adafruit Industries.
BSD license, all text above must be included in any redistribution
***************************************************************************/
#ifndef LSM303DLH_MAG_H
#define LSM303DLH_MAG_H

Expand Down

0 comments on commit 3e8a067

Please sign in to comment.