Skip to content

Commit f9a0ed9

Browse files
committed
Use link to README.md instead of list supported boards
1 parent 9da8516 commit f9a0ed9

File tree

6 files changed

+6
-35
lines changed

6 files changed

+6
-35
lines changed

examples/ArduinoIoTCloud-Advanced/ArduinoIoTCloud-Advanced.ino

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
This sketch demonstrates how to use more complex cloud data types such as a colour or coordinates.
33
44
This sketch is compatible with:
5-
- MKR 1000
6-
- MKR WiFi 1010
7-
- MKR GSM 1400
8-
- MKR NB 1500
9-
- MKR WAN 1300/1310
10-
- Nano 33 IoT
11-
- ESP8266
5+
- https://github.com/arduino-libraries/ArduinoIoTCloud#what
126
*/
137

148
#include "arduino_secrets.h"

examples/ArduinoIoTCloud-Basic/ArduinoIoTCloud-Basic.ino

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,7 @@
1111
only after a value is sent to Cloud.
1212
1313
This sketch is compatible with:
14-
- MKR 1000
15-
- MKR WiFi 1010
16-
- MKR GSM 1400
17-
- MKR NB 1500
18-
- MKR WAN 1300/1310
19-
- Nano 33 IoT
20-
- ESP8266
14+
- https://github.com/arduino-libraries/ArduinoIoTCloud#what
2115
*/
2216

2317
#include "arduino_secrets.h"

examples/ArduinoIoTCloud-Callbacks/ArduinoIoTCloud-Callbacks.ino

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,7 @@
2323
only after a value is sent to Cloud.
2424
2525
This sketch is compatible with:
26-
- MKR 1000
27-
- MKR WiFi 1010
28-
- MKR GSM 1400
29-
- MKR NB 1500
30-
- MKR WAN 1300/1310
31-
- Nano 33 IoT
32-
- ESP8266
26+
- https://github.com/arduino-libraries/ArduinoIoTCloud#what
3327
*/
3428

3529
#include "arduino_secrets.h"

examples/ArduinoIoTCloud-DeferredOTA/ArduinoIoTCloud-DeferredOTA.ino

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@
1010
* ask_user_via_serial callback will read user input from serial to apply or postpone OTA update
1111
1212
This sketch is compatible with:
13-
- MKR WiFi 1010
14-
- Nano 33 IoT
15-
- Portenta
16-
- Nano RP2040
13+
- https://github.com/arduino-libraries/ArduinoIoTCloud/#ota
1714
*/
1815

1916
#include "arduino_secrets.h"

examples/ArduinoIoTCloud-Schedule/ArduinoIoTCloud-Schedule.ino

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22
This sketch demonstrates how to use the cloud schedule variable type.
33
44
This sketch is compatible with the following boards:
5-
- MKR 1000
6-
- MKR WiFi 1010
7-
- MKR GSM 1400
8-
- MKR NB 1500
9-
- Nano 33 IoT
10-
- ESP8266
5+
- https://github.com/arduino-libraries/ArduinoIoTCloud#what
116
*/
127

138
#include "arduino_secrets.h"

examples/utility/ArduinoIoTCloud_Travis_CI/ArduinoIoTCloud_Travis_CI.ino

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
Arduino IoT Cloud API.
55
66
This sketch is compatible with:
7-
- MKR 1000
8-
- MKR WIFI 1010
9-
- MKR GSM 1400
10-
- MKR WAN 1300/1310
7+
- https://github.com/arduino-libraries/ArduinoIoTCloud#what
118
*/
129

1310
#include "arduino_secrets.h"

0 commit comments

Comments
 (0)