File tree Expand file tree Collapse file tree 1 file changed +18
-11
lines changed Expand file tree Collapse file tree 1 file changed +18
-11
lines changed Original file line number Diff line number Diff line change 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
+ */
12
19
#ifndef ADAFRUITIO_AIRLIFT_H
13
20
#define ADAFRUITIO_AIRLIFT_H
14
21
You can’t perform that action at this time.
0 commit comments