Fixed doxygen index page
This commit is contained in:
parent
ab991e21b7
commit
a9a923e0e0
2 changed files with 24 additions and 28 deletions
|
|
@ -1,19 +1,26 @@
|
||||||
/**************************************************************************/
|
|
||||||
/*!
|
/*!
|
||||||
@file Adafruit_MSA301.cpp
|
* @file Adafruit_MSA301.cpp
|
||||||
@author Limor Fried (Adafruit Industries)
|
*
|
||||||
|
* @mainpage Adafruit MSA301 Accelerometer Breakout
|
||||||
This is a library for the Adafruit MSA301 Accel breakout board
|
*
|
||||||
----> https://www.adafruit.com
|
* @section intro_sec Introduction
|
||||||
|
*
|
||||||
Adafruit invests time and resources providing this open source code,
|
* This is a library for the Adafruit MSA301 Accel breakout board
|
||||||
please support Adafruit and open-source hardware by purchasing
|
* ----> https://www.adafruit.com
|
||||||
products from Adafruit!
|
*
|
||||||
|
* Adafruit invests time and resources providing this open source code,
|
||||||
@section license License
|
* please support Adafruit and open-source hardware by purchasing
|
||||||
BSD license, all text here must be included in any redistribution.
|
* products from Adafruit!
|
||||||
*/
|
*
|
||||||
/**************************************************************************/
|
* @section author Author
|
||||||
|
*
|
||||||
|
* Limor Fried (Adafruit Industries)
|
||||||
|
*
|
||||||
|
* @section license License
|
||||||
|
*
|
||||||
|
* BSD license, all text here must be included in any redistribution.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
#if ARDUINO >= 100
|
#if ARDUINO >= 100
|
||||||
#include "Arduino.h"
|
#include "Arduino.h"
|
||||||
|
|
|
||||||
|
|
@ -1,17 +1,6 @@
|
||||||
/**************************************************************************/
|
|
||||||
/*!
|
/*!
|
||||||
@file Adafruit_MSA301.h
|
* @file Adafruit_MSA301.h
|
||||||
@author Limor Fried (Adafruit Industries)
|
*/
|
||||||
|
|
||||||
This is a library for the Adafruit MSA301 Accel breakout board
|
|
||||||
----> https://www.adafruit.com/
|
|
||||||
|
|
||||||
Adafruit invests time and resources providing this open source code,
|
|
||||||
please support Adafruit and open-source hardware by purchasing
|
|
||||||
products from Adafruit!
|
|
||||||
|
|
||||||
*/
|
|
||||||
/**************************************************************************/
|
|
||||||
|
|
||||||
#ifndef ADAFRUIT_MSA301_H
|
#ifndef ADAFRUIT_MSA301_H
|
||||||
#define ADAFRUIT_MSA301_H
|
#define ADAFRUIT_MSA301_H
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue