Skip to content

Commit

Permalink
Merge pull request #120 from adafruit/actionci
Browse files Browse the repository at this point in the history
Fixed doxygen index page
  • Loading branch information
ladyada authored May 28, 2020
2 parents 91f0d03 + d32efe3 commit 32906f3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 32 deletions.
43 changes: 27 additions & 16 deletions Adafruit_FONA.cpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,30 @@
/***************************************************
This is a library for our Adafruit FONA Cellular Module
Designed specifically to work with the Adafruit FONA
----> http://www.adafruit.com/products/1946
----> http://www.adafruit.com/products/1963
These displays use TTL Serial to communicate, 2 pins are required to
interface
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_FONA.cpp
*
* @mainpage Adafruit FONA
*
* @section intro_sec Introduction
*
* This is a library for our Adafruit FONA Cellular Module
*
* Designed specifically to work with the Adafruit FONA
* ----> http://www.adafruit.com/products/1946
* ----> http://www.adafruit.com/products/1963
*
* These displays use TTL Serial to communicate, 2 pins are required to
* interface
* 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
*
*/
// next line per
// http://postwarrior.com/arduino-ethershield-error-prog_char-does-not-name-a-type/

Expand Down
19 changes: 3 additions & 16 deletions Adafruit_FONA.h
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
/***************************************************
This is a library for our Adafruit FONA Cellular Module
Designed specifically to work with the Adafruit FONA
----> http://www.adafruit.com/products/1946
----> http://www.adafruit.com/products/1963
These displays use TTL Serial to communicate, 2 pins are required to
interface
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_FONA.h
*/
#ifndef ADAFRUIT_FONA_H
#define ADAFRUIT_FONA_H

Expand Down

0 comments on commit 32906f3

Please sign in to comment.