Skip to content

Commit 76ef666

Browse files
committed
arrange order of examples
1 parent 3eb8d15 commit 76ef666

File tree

6 files changed

+3
-72
lines changed

6 files changed

+3
-72
lines changed

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

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,4 @@
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-
//
1+
// Adafruit IO Basic Publish Example
252
//
263
// Written by Todd Treece for Adafruit Industries
274
// Copyright (c) 2016 Adafruit Industries

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

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,4 @@
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-
//
1+
// Adafruit IO Basic Subscription Example
252
//
263
// Written by Todd Treece for Adafruit Industries
274
// Copyright (c) 2016 Adafruit Industries

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

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,4 @@
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-
//
1+
// Adafruit IO Basic Publish & Subscribe Example
252
//
263
// Written by Todd Treece for Adafruit Industries
274
// Copyright (c) 2016 Adafruit Industries
File renamed without changes.

0 commit comments

Comments
 (0)