You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This library enables an Arduino or other compatible hardware to write or read data to or from ThingSpeak, an open data platform for the Internet of Things with MATLAB analytics and visualization.
4
4
5
-
Hardware specific <ahref="http://github.com/mathworks/thingspeak-arduino/tree/master/examples">examples</a> are found here. But to give you an idea of usage examples for <ahref="#typical_write">writing</a> and <ahref="#typical_read">reading</a> with an ESP8266 are shown below. Complete <ahref="#documentation">documentation</a> in aslo shown below.
5
+
Hardware specific <ahref="http://github.com/mathworks/thingspeak-arduino/tree/master/examples">examples</a> are found here. But to give you an idea of usage examples for <ahref="#typical_write">writing</a> and <ahref="#typical_read">reading</a> with an ESP8266 are shown below. Complete <ahref="#documentation">documentation</a> in also shown below.
6
6
7
7
ThingSpeak offers free data storage and analysis of time-stamped numeric or alphanumeric data. Users can access ThingSpeak by visiting http://thingspeak.com and creating a ThingSpeak user account.
8
8
@@ -529,4 +529,4 @@ Some characters require '%XX' style URL encoding before sending to ThingSpeak.
529
529
| + | %2B |
530
530
| ; | %3B |
531
531
532
-
Control characters, ASCII values 0 though 31, are not accepted by ThingSpeak and will be ignored. Extended ASCII characters with values above 127 will also be ignored.
532
+
Control characters, ASCII values 0 though 31, are not accepted by ThingSpeak and will be ignored. Extended ASCII characters with values above 127 will also be ignored.
0 commit comments