Skip to content

Commit 55c8afa

Browse files
Add files via upload
Updated comments
1 parent b009910 commit 55c8afa

File tree

4 files changed

+36
-28
lines changed

4 files changed

+36
-28
lines changed

extras/test/testBegin/testBegin.ino

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,20 @@
33
testWriteField unit test
44
55
Unit Test for the writeField function in the ThingSpeak Communication Library for Arduino
6-
7-
ThingSpeak ( https://www.thingspeak.com ) is an analytic IoT platform service that allows you to aggregate, visualize and
8-
analyze live data streams in the cloud.
96
107
This test use the ArduinoUnit 2.1.0 unit test framework. Visit https://github.com/mmurdoch/arduinounit to learn more.
118
129
ArduinoUnit does not support ESP8266 or ESP32 and therefor these tests will not compile for those platforms.
1310
14-
Copyright 2017, The MathWorks, Inc.
11+
ThingSpeak ( https://www.thingspeak.com ) is an analytic IoT platform service that allows you to aggregate, visualize, and
12+
analyze live data streams in the cloud. Visit https://www.thingspeak.com to sign up for a free account and create a channel.
13+
14+
Documentation for the ThingSpeak Communication Library for Arduino is in the README.md folder where the library was installed.
15+
See https://www.mathworks.com/help/thingspeak/index.html for the full ThingSpeak documentation.
1516
16-
Documentation for the ThingSpeak Communication Library for Arduino is in the extras/documentation folder where the library was installed.
17-
See the accompaning licence.txt file for licensing information.
17+
For licensing information, see the accompanying license file.
18+
19+
Copyright 2018, The MathWorks, Inc.
1820
*/
1921

2022
//#define USE_WIFI101_SHIELD
@@ -115,4 +117,4 @@ void loop()
115117
{
116118
Test::run();
117119
}
118-
120+

extras/test/testReadField/testReadField.ino

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,20 @@
33
testReadField unit test
44
55
Unit Test for the readField function in the ThingSpeak Communication Library for Arduino
6-
7-
ThingSpeak ( https://www.thingspeak.com ) is an analytic IoT platform service that allows you to aggregate, visualize and
8-
analyze live data streams in the cloud.
96
107
This test use the ArduinoUnit 2.1.0 unit test framework. Visit https://github.com/mmurdoch/arduinounit to learn more.
118
129
ArduinoUnit does not support ESP8266 or ESP32 and therefor these tests will not compile for those platforms.
1310
14-
Copyright 2017, The MathWorks, Inc.
11+
ThingSpeak ( https://www.thingspeak.com ) is an analytic IoT platform service that allows you to aggregate, visualize, and
12+
analyze live data streams in the cloud. Visit https://www.thingspeak.com to sign up for a free account and create a channel.
13+
14+
Documentation for the ThingSpeak Communication Library for Arduino is in the README.md folder where the library was installed.
15+
See https://www.mathworks.com/help/thingspeak/index.html for the full ThingSpeak documentation.
1516
16-
Documentation for the ThingSpeak Communication Library for Arduino is in the extras/documentation folder where the library was installed.
17-
See the accompaning licence.txt file for licensing information.
17+
For licensing information, see the accompanying license file.
18+
19+
Copyright 2018, The MathWorks, Inc.
1820
*/
1921

2022
//#define USE_WIFI101_SHIELD
@@ -338,4 +340,4 @@ void loop()
338340
{
339341
Test::run();
340342
}
341-
343+

extras/test/testSetField/testSetField.ino

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,20 @@
33
testSetField unit test
44
55
Unit Test for the writeFields and setField functions in the ThingSpeak Communication Library for Arduino
6-
7-
ThingSpeak ( https://www.thingspeak.com ) is an analytic IoT platform service that allows you to aggregate, visualize and
8-
analyze live data streams in the cloud.
96
107
This test use the ArduinoUnit 2.1.0 unit test framework. Visit https://github.com/mmurdoch/arduinounit to learn more.
118
129
ArduinoUnit does not support ESP8266 or ESP32 and therefor these tests will not compile for those platforms.
1310
14-
Copyright 2017, The MathWorks, Inc.
11+
ThingSpeak ( https://www.thingspeak.com ) is an analytic IoT platform service that allows you to aggregate, visualize, and
12+
analyze live data streams in the cloud. Visit https://www.thingspeak.com to sign up for a free account and create a channel.
13+
14+
Documentation for the ThingSpeak Communication Library for Arduino is in the README.md folder where the library was installed.
15+
See https://www.mathworks.com/help/thingspeak/index.html for the full ThingSpeak documentation.
1516
16-
Documentation for the ThingSpeak Communication Library for Arduino is in the extras/documentation folder where the library was installed.
17-
See the accompaning licence.txt file for licensing information.
17+
For licensing information, see the accompanying license file.
18+
19+
Copyright 2018, The MathWorks, Inc.
1820
*/
1921

2022
//#define USE_WIFI101_SHIELD
@@ -378,4 +380,4 @@ void loop()
378380
{
379381
Test::run();
380382
}
381-
383+

extras/test/testWriteField/testWriteField.ino

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,20 @@
33
testWriteField unit test
44
55
Unit Test for the writeField function in the ThingSpeak Communication Library for Arduino
6-
7-
ThingSpeak ( https://www.thingspeak.com ) is an analytic IoT platform service that allows you to aggregate, visualize and
8-
analyze live data streams in the cloud.
96
107
This test use the ArduinoUnit 2.1.0 unit test framework. Visit https://github.com/mmurdoch/arduinounit to learn more.
118
129
ArduinoUnit does not support ESP8266 or ESP32 and therefor these tests will not compile for those platforms.
1310
14-
Copyright 2017, The MathWorks, Inc.
11+
ThingSpeak ( https://www.thingspeak.com ) is an analytic IoT platform service that allows you to aggregate, visualize, and
12+
analyze live data streams in the cloud. Visit https://www.thingspeak.com to sign up for a free account and create a channel.
13+
14+
Documentation for the ThingSpeak Communication Library for Arduino is in the README.md folder where the library was installed.
15+
See https://www.mathworks.com/help/thingspeak/index.html for the full ThingSpeak documentation.
1516
16-
Documentation for the ThingSpeak Communication Library for Arduino is in the extras/documentation folder where the library was installed.
17-
See the accompaning licence.txt file for licensing information.
17+
For licensing information, see the accompanying license file.
18+
19+
Copyright 2018, The MathWorks, Inc.
1820
*/
1921

2022
//#define USE_WIFI101_SHIELD
@@ -232,4 +234,4 @@ void loop()
232234
{
233235
Test::run();
234236
}
235-
237+

0 commit comments

Comments
 (0)