File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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) 2015-2016 Adafruit Industries
7- // Authors: Tony DiCola, Todd Treece
8- // Licensed under the MIT license.
9- //
10- // All text above must be included in any redistribution.
11- //
1+ /* !
2+ * @file AdafruitIO_ESP32.cpp
3+ *
4+ * Adafruit invests time and resources providing this open source code.
5+ * Please support Adafruit and open source hardware by purchasing
6+ * products from Adafruit!
7+ *
8+ * Copyright (c) 2015-2016 Adafruit Industries
9+ * Authors: Tony DiCola, Todd Treece
10+ * Licensed under the MIT license.
11+ *
12+ * All text above must be included in any redistribution.
13+ */
1214#ifdef ARDUINO_ARCH_ESP32
1315
1416#include " AdafruitIO_ESP32.h"
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) 2015-2016 Adafruit Industries
7- // Authors: Tony DiCola, Todd Treece
8- // Licensed under the MIT license.
9- //
10- // All text above must be included in any redistribution.
11- //
1+ /* !
2+ * @file AdafruitIO_ESP32.h
3+ *
4+ * Adafruit invests time and resources providing this open source code.
5+ * Please support Adafruit and open source hardware by purchasing
6+ * products from Adafruit!
7+ *
8+ * Copyright (c) 2015-2016 Adafruit Industries
9+ * Authors: Tony DiCola, Todd Treece
10+ * Licensed under the MIT license.
11+ *
12+ * All text above must be included in any redistribution.
13+ */
14+
1215#ifndef ADAFRUITIO_ESP32_H
1316#define ADAFRUITIO_ESP32_H
1417
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) 2015-2016 Adafruit Industries
7- // Authors: Tony DiCola, Todd Treece
8- // Licensed under the MIT license.
9- //
10- // All text above must be included in any redistribution.
11- //
1+ /* !
2+ * @file AdafruitIO_8266.cpp
3+ *
4+ * Adafruit invests time and resources providing this open source code.
5+ * Please support Adafruit and open source hardware by purchasing
6+ * products from Adafruit!
7+ *
8+ * Copyright (c) 2015-2016 Adafruit Industries
9+ * Authors: Tony DiCola, Todd Treece
10+ * Licensed under the MIT license.
11+ *
12+ * All text above must be included in any redistribution.
13+ */
14+
1215#ifdef ESP8266
1316
1417#include " AdafruitIO_ESP8266.h"
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) 2015-2016 Adafruit Industries
7- // Authors: Tony DiCola, Todd Treece
8- // Licensed under the MIT license.
9- //
10- // All text above must be included in any redistribution.
11- //
1+ /* !
2+ * @file AdafruitIO_ESP8266.h
3+ *
4+ * Adafruit invests time and resources providing this open source code.
5+ * Please support Adafruit and open source hardware by purchasing
6+ * products from Adafruit!
7+ *
8+ * Copyright (c) 2015-2016 Adafruit Industries
9+ * Authors: Tony DiCola, Todd Treece
10+ * Licensed under the MIT license.
11+ *
12+ * All text above must be included in any redistribution.
13+ */
14+
1215#ifndef ADAFRUITIO_ESP8266_H
1316#define ADAFRUITIO_ESP8266_H
1417
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) 2015-2016 Adafruit Industries
7- // Authors: Tony DiCola, Todd Treece
8- // Licensed under the MIT license.
9- //
10- // All text above must be included in any redistribution.
11- //
1+ /* !
2+ * @file AdafruitIO_MKR1000.cpp
3+ *
4+ * Adafruit invests time and resources providing this open source code.
5+ * Please support Adafruit and open source hardware by purchasing
6+ * products from Adafruit!
7+ *
8+ * Copyright (c) 2015-2016 Adafruit Industries
9+ * Authors: Tony DiCola, Todd Treece
10+ * Licensed under the MIT license.
11+ *
12+ * All text above must be included in any redistribution.
13+ */
14+
1215#if defined(ARDUINO_SAMD_MKR1000)
1316
1417#include " AdafruitIO_MKR1000.h"
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) 2015-2016 Adafruit Industries
7- // Authors: Tony DiCola, Todd Treece
8- // Licensed under the MIT license.
9- //
10- // All text above must be included in any redistribution.
11- //
1+ /* !
2+ * @file AdafruitIO_MKR1000.h
3+ *
4+ * Adafruit invests time and resources providing this open source code.
5+ * Please support Adafruit and open source hardware by purchasing
6+ * products from Adafruit!
7+ *
8+ * Copyright (c) 2015-2016 Adafruit Industries
9+ * Authors: Tony DiCola, Todd Treece
10+ * Licensed under the MIT license.
11+ *
12+ * All text above must be included in any redistribution.
13+ */
14+
1215#ifndef ADAFRUITIO_MKR1000_H
1316#define ADAFRUITIO_MKR1000_H
1417
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) 2015-2016 Adafruit Industries
7- // Authors: Tony DiCola, Todd Treece
8- // Licensed under the MIT license.
9- //
10- // All text above must be included in any redistribution.
11- //
1+ /* !
2+ * @file AdafruitIO_WICED.cpp
3+ *
4+ * Adafruit invests time and resources providing this open source code.
5+ * Please support Adafruit and open source hardware by purchasing
6+ * products from Adafruit!
7+ *
8+ * Copyright (c) 2015-2016 Adafruit Industries
9+ * Authors: Tony DiCola, Todd Treece
10+ * Licensed under the MIT license.
11+ *
12+ * All text above must be included in any redistribution.
13+ */
14+
1215#ifdef ARDUINO_STM32_FEATHER
1316
1417#include " AdafruitIO_WICED.h"
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) 2015-2016 Adafruit Industries
7- // Authors: Tony DiCola, Todd Treece
8- // Licensed under the MIT license.
9- //
10- // All text above must be included in any redistribution.
11- //
1+ /* !
2+ * @file AdafruitIO_WICED.h
3+ *
4+ * Adafruit invests time and resources providing this open source code.
5+ * Please support Adafruit and open source hardware by purchasing
6+ * products from Adafruit!
7+ *
8+ * Copyright (c) 2015-2016 Adafruit Industries
9+ * Authors: Tony DiCola, Todd Treece
10+ * Licensed under the MIT license.
11+ *
12+ * All text above must be included in any redistribution.
13+ */
14+
1215#ifndef ADAFRUITIO_WICED_H
1316#define ADAFRUITIO_WICED_H
1417
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) 2015-2016 Adafruit Industries
7- // Authors: Tony DiCola, Todd Treece
8- // Licensed under the MIT license.
9- //
10- // All text above must be included in any redistribution.
11- //
1+ /* !
2+ * @file AdafruitIO_WICED_SSL.h
3+ *
4+ * Adafruit invests time and resources providing this open source code.
5+ * Please support Adafruit and open source hardware by purchasing
6+ * products from Adafruit!
7+ *
8+ * Copyright (c) 2015-2016 Adafruit Industries
9+ * Authors: Tony DiCola, Todd Treece
10+ * Licensed under the MIT license.
11+ *
12+ * All text above must be included in any redistribution.
13+ */
14+
1215#ifndef ADAFRUITIO_WICED_SSL_H
1316#define ADAFRUITIO_WICED_SSL_H
1417
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) 2015-2016 Adafruit Industries
7- // Authors: Tony DiCola, Todd Treece
8- // Licensed under the MIT license.
9- //
10- // All text above must be included in any redistribution.
11- //
1+ /* !
2+ * @file Adafruit_WINC1500.h
3+ *
4+ * Adafruit invests time and resources providing this open source code.
5+ * Please support Adafruit and open source hardware by purchasing
6+ * products from Adafruit!
7+ *
8+ * Copyright (c) 2015-2016 Adafruit Industries
9+ * Authors: Tony DiCola, Todd Treece
10+ * Licensed under the MIT license.
11+ *
12+ * All text above must be included in any redistribution.
13+ */
14+
1215#ifndef ADAFRUITIO_WINC1500_H
1316#define ADAFRUITIO_WINC1500_H
1417
You can’t perform that action at this time.
0 commit comments