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 ChartBlock.cpp
3+ *
4+ * This is part of the Adafruit IO library for the Arduino platform.
5+ *
6+ * Adafruit invests time and resources providing this open source code,
7+ * please support Adafruit and open-source hardware by purchasing
8+ * products from Adafruit!
9+ *
10+ * Written by Tony DiCola, Todd Treece for Adafruit Industries
11+ *
12+ * BSD license, all text here must be included in any redistribution.
13+ *
14+ */
1215#include " ChartBlock.h"
1316
1417ChartBlock::ChartBlock (AdafruitIO_Dashboard *d, AdafruitIO_Feed *f)
Original file line number Diff line number Diff line change 11/* !
2- * @file AdafruitIO_ChartBlock .h
2+ * @file ChartBlock .h
33 *
44 * This is part of the Adafruit IO library for the Arduino platform.
55 *
Original file line number Diff line number Diff line change 11/* !
2- * @file AdafruitIO_ColorBlock .h
2+ * @file ColorBlock .h
33 *
44 * This is part of the Adafruit IO library for the Arduino platform.
55 *
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 GaugeBlock.cpp
3+ *
4+ * This is part of the Adafruit IO library for the Arduino platform.
5+ *
6+ * Adafruit invests time and resources providing this open source code,
7+ * please support Adafruit and open-source hardware by purchasing
8+ * products from Adafruit!
9+ *
10+ * Written by Tony DiCola, Todd Treece for Adafruit Industries
11+ *
12+ * BSD license, all text here must be included in any redistribution.
13+ *
14+ */
1215#include " GaugeBlock.h"
1316
1417GaugeBlock::GaugeBlock (AdafruitIO_Dashboard *d, AdafruitIO_Feed *f)
Original file line number Diff line number Diff line change 11/* !
2- * @file AdafruitIO_GaugeBlock .h
2+ * @file GaugeBlock .h
33 *
44 * This is part of the Adafruit IO library for the Arduino platform.
55 *
Original file line number Diff line number Diff line change 11/* !
2- * @file AdafruitIO_ImageBlock .h
2+ * @file ImageBlock .h
33 *
44 * This is part of the Adafruit IO library for the Arduino platform.
55 *
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 MapBlock.cpp
3+ *
4+ * This is part of the Adafruit IO library for the Arduino platform.
5+ *
6+ * Adafruit invests time and resources providing this open source code,
7+ * please support Adafruit and open-source hardware by purchasing
8+ * products from Adafruit!
9+ *
10+ * Written by Tony DiCola, Todd Treece for Adafruit Industries
11+ *
12+ * BSD license, all text here must be included in any redistribution.
13+ *
14+ */
1215#include " MapBlock.h"
1316
1417MapBlock::MapBlock (AdafruitIO_Dashboard *d, AdafruitIO_Feed *f)
Original file line number Diff line number Diff line change 11/* !
2- * @file AdafruitIO_MapBlock .h
2+ * @file MapBlock .h
33 *
44 * This is part of the Adafruit IO library for the Arduino platform.
55 *
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 MomentaryBlock.cpp
3+ *
4+ * This is part of the Adafruit IO library for the Arduino platform.
5+ *
6+ * Adafruit invests time and resources providing this open source code,
7+ * please support Adafruit and open-source hardware by purchasing
8+ * products from Adafruit!
9+ *
10+ * Written by Tony DiCola, Todd Treece for Adafruit Industries
11+ *
12+ * BSD license, all text here must be included in any redistribution.
13+ *
14+ */
1215#include " MomentaryBlock.h"
1316
1417MomentaryBlock::MomentaryBlock (AdafruitIO_Dashboard *d, AdafruitIO_Feed *f)
Original file line number Diff line number Diff line change 11/* !
2- * @file AdafruitIO_MomentaryBlock .h
2+ * @file MomentaryBlock .h
33 *
44 * This is part of the Adafruit IO library for the Arduino platform.
55 *
You can’t perform that action at this time.
0 commit comments