File tree Expand file tree Collapse file tree 4 files changed +36
-28
lines changed Expand file tree Collapse file tree 4 files changed +36
-28
lines changed Original file line number Diff line number Diff line change 3
3
testWriteField unit test
4
4
5
5
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.
9
6
10
7
This test use the ArduinoUnit 2.1.0 unit test framework. Visit https://github.com/mmurdoch/arduinounit to learn more.
11
8
12
9
ArduinoUnit does not support ESP8266 or ESP32 and therefor these tests will not compile for those platforms.
13
10
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.
15
16
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.
18
20
*/
19
21
20
22
// #define USE_WIFI101_SHIELD
@@ -115,4 +117,4 @@ void loop()
115
117
{
116
118
Test::run ();
117
119
}
118
-
120
+
Original file line number Diff line number Diff line change 3
3
testReadField unit test
4
4
5
5
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.
9
6
10
7
This test use the ArduinoUnit 2.1.0 unit test framework. Visit https://github.com/mmurdoch/arduinounit to learn more.
11
8
12
9
ArduinoUnit does not support ESP8266 or ESP32 and therefor these tests will not compile for those platforms.
13
10
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.
15
16
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.
18
20
*/
19
21
20
22
// #define USE_WIFI101_SHIELD
@@ -338,4 +340,4 @@ void loop()
338
340
{
339
341
Test::run ();
340
342
}
341
-
343
+
Original file line number Diff line number Diff line change 3
3
testSetField unit test
4
4
5
5
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.
9
6
10
7
This test use the ArduinoUnit 2.1.0 unit test framework. Visit https://github.com/mmurdoch/arduinounit to learn more.
11
8
12
9
ArduinoUnit does not support ESP8266 or ESP32 and therefor these tests will not compile for those platforms.
13
10
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.
15
16
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.
18
20
*/
19
21
20
22
// #define USE_WIFI101_SHIELD
@@ -378,4 +380,4 @@ void loop()
378
380
{
379
381
Test::run ();
380
382
}
381
-
383
+
Original file line number Diff line number Diff line change 3
3
testWriteField unit test
4
4
5
5
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.
9
6
10
7
This test use the ArduinoUnit 2.1.0 unit test framework. Visit https://github.com/mmurdoch/arduinounit to learn more.
11
8
12
9
ArduinoUnit does not support ESP8266 or ESP32 and therefor these tests will not compile for those platforms.
13
10
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.
15
16
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.
18
20
*/
19
21
20
22
// #define USE_WIFI101_SHIELD
@@ -232,4 +234,4 @@ void loop()
232
234
{
233
235
Test::run ();
234
236
}
235
-
237
+
You can’t perform that action at this time.
0 commit comments