Skip to content

Commit 0fb9028

Browse files
author
brentru
committed
add header for doxygen-style
1 parent 42fa6fb commit 0fb9028

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

src/AdafruitIO_AIRLIFT.h

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
1-
//
2-
// Adafruit invests time and resources providing this open source code.
3-
// Please support Adafruit and open source hardware by purchasing
4-
// products from Adafruit!
5-
//
6-
// Copyright (c) 2019 Adafruit Industries
7-
// Authors: Brent Rubell
8-
// Licensed under the MIT license.
9-
//
10-
// All text above must be included in any redistribution.
11-
//
1+
/*!
2+
* @file AdafruitIO_AIRLIFT.h
3+
*
4+
* This is part of Adafruit IO Arduino. It is designed specifically to work
5+
* with Adafruit's AirLift ESP32 Co-Processor.
6+
*
7+
* The ESP32 uses SPI to communicate. Three lines (CS, ACK, RST) are required
8+
* to communicate with the ESP32.
9+
*
10+
* Adafruit invests time and resources providing this open source code,
11+
* please support Adafruit and open-source hardware by purchasing
12+
* products from Adafruit!
13+
*
14+
* Written by Brent Rubell for Adafruit Industries.
15+
*
16+
* MIT license, all text here must be included in any redistribution.
17+
*
18+
*/
1219
#ifndef ADAFRUITIO_AIRLIFT_H
1320
#define ADAFRUITIO_AIRLIFT_H
1421

0 commit comments

Comments
 (0)