Skip to content

Commit 7957b9c

Browse files
committed
Merge branch 'wrapper' of https://github.com/adafruit/Adafruit_IO_Arduino into wrapper
2 parents 657b53e + 91928e7 commit 7957b9c

File tree

6 files changed

+72
-3
lines changed

6 files changed

+72
-3
lines changed

examples/1_basic_publish/1_basic_publish.ino renamed to examples/basic_publish/basic_publish.ino

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
1-
// Adafruit IO Basic Publish Example
1+
//
2+
// Adafruit IO Basic Publish Example
3+
//
4+
// ▄████
5+
// ▄███████
6+
// █████████▌
7+
// ███████████
8+
// ████████████▌
9+
// ███████████████▄ ████████████▌
10+
// █████████████████████▀▀█████ ▄▄▄▄▄▄▄
11+
// ▐██████████████████ █████████████████▄▄
12+
// ▀█████████ ▀▀███ ██████████████████████
13+
// █████████▄▄ ▐████▀ ▐█████████████▀
14+
// ▀▀███████████████▄▄█████████████▀
15+
// ▄███████ ██ ▀████████████▀
16+
// ███████▀ ▄████ ▐█████▄
17+
// █████████████████▄▄██████▄
18+
// ███████████████████████████
19+
// ██████████████ ▐████████████▌
20+
// ▐██████████▀▀ ▀███████████▌
21+
// █████▀▀ ▀█████████▌
22+
// ▀██████
23+
// ▀███
24+
//
225
//
326
// Written by Todd Treece for Adafruit Industries
427
// Copyright (c) 2016 Adafruit Industries

examples/3_pubsub/3_pubsub.ino renamed to examples/basic_pubsub/basic_pubsub.ino

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
1-
// Adafruit IO Basic Publish & Subscribe Example
1+
//
2+
// Adafruit IO Basic Publish & Subscribe Example
3+
//
4+
// ▄████
5+
// ▄███████
6+
// █████████▌
7+
// ███████████
8+
// ████████████▌
9+
// ███████████████▄ ████████████▌
10+
// █████████████████████▀▀█████ ▄▄▄▄▄▄▄
11+
// ▐██████████████████ █████████████████▄▄
12+
// ▀█████████ ▀▀███ ██████████████████████
13+
// █████████▄▄ ▐████▀ ▐█████████████▀
14+
// ▀▀███████████████▄▄█████████████▀
15+
// ▄███████ ██ ▀████████████▀
16+
// ███████▀ ▄████ ▐█████▄
17+
// █████████████████▄▄██████▄
18+
// ███████████████████████████
19+
// ██████████████ ▐████████████▌
20+
// ▐██████████▀▀ ▀███████████▌
21+
// █████▀▀ ▀█████████▌
22+
// ▀██████
23+
// ▀███
24+
//
225
//
326
// Written by Todd Treece for Adafruit Industries
427
// Copyright (c) 2016 Adafruit Industries

examples/2_subscribe/2_basic_subscribe.ino renamed to examples/basic_subscribe/basic_subscribe.ino

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
1-
// Adafruit IO Basic Subscription Example
1+
//
2+
// Adafruit IO Basic Subscription Example
3+
//
4+
// ▄████
5+
// ▄███████
6+
// █████████▌
7+
// ███████████
8+
// ████████████▌
9+
// ███████████████▄ ████████████▌
10+
// █████████████████████▀▀█████ ▄▄▄▄▄▄▄
11+
// ▐██████████████████ █████████████████▄▄
12+
// ▀█████████ ▀▀███ ██████████████████████
13+
// █████████▄▄ ▐████▀ ▐█████████████▀
14+
// ▀▀███████████████▄▄█████████████▀
15+
// ▄███████ ██ ▀████████████▀
16+
// ███████▀ ▄████ ▐█████▄
17+
// █████████████████▄▄██████▄
18+
// ███████████████████████████
19+
// ██████████████ ▐████████████▌
20+
// ▐██████████▀▀ ▀███████████▌
21+
// █████▀▀ ▀█████████▌
22+
// ▀██████
23+
// ▀███
24+
//
225
//
326
// Written by Todd Treece for Adafruit Industries
427
// Copyright (c) 2016 Adafruit Industries
File renamed without changes.

0 commit comments

Comments
 (0)