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 Jun 1, 2020
1 parent 75d9a02 commit 2b1dbe1
Showing 1 changed file with 30 additions and 15 deletions.
45 changes: 30 additions & 15 deletions Adafruit_TLC59711.cpp
Original file line number Diff line number Diff line change
@@ -1,22 +1,37 @@
/***************************************************
This is a library for our Adafruit 12-channel PWM/LED driver
Pick one up today in the adafruit shop!
------> http://www.adafruit.com/products/1455
Two SPI Pins are required to send data: clock and data pin.
Adafruit invests time and resources providing this open source code,
please support Adafruit and open-source hardware by purchasing
products from Adafruit!
Written by Limor Fried/Ladyada for Adafruit Industries.
BSD license, all text above must be included in any redistribution
****************************************************/
/*!
* @file Adafruit_TLC59711.cpp
*
* @mainpage Adafruit TLC59711 PWM/LED driver
*
* @section intro_sec Introduction
*
* This is a library for our Adafruit 12-channel PWM/LED driver
*
* Pick one up today in the adafruit shop!
* ------> http://www.adafruit.com/products/1455
*
* Two SPI Pins are required to send data: clock and data pin.
*
* Adafruit invests time and resources providing this open source code,
* please support Adafruit and open-source hardware by purchasing
* products from Adafruit!
*
* @section author Author
*
* Written by Limor Fried/Ladyada for Adafruit Industries.
*
* @section license License
*
* BSD license, all text above must be included in any redistribution
*/

#include <Adafruit_TLC59711.h>
#include <SPI.h>

/*!
* @brief SPI settings
* @return Returns nothing
*/
SPISettings SPI_SETTINGS(500000, MSBFIRST, SPI_MODE0);

/*!
Expand Down

0 comments on commit 2b1dbe1

Please sign in to comment.