File tree 12 files changed +12
-12
lines changed
libraries/WiFiS3/examples
12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 15
15
by Tom Igoe
16
16
adapted to WiFi AP by Adafruit
17
17
18
- Find the full UNO R4 WiFi RTC documentation here:
18
+ Find the full UNO R4 WiFi Network documentation here:
19
19
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#access-point
20
20
*/
21
21
Original file line number Diff line number Diff line change 8
8
modified 31 May 2012
9
9
by Tom Igoe
10
10
11
- Find the full UNO R4 WiFi RTC documentation here:
11
+ Find the full UNO R4 WiFi Network documentation here:
12
12
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#connect-with-wpa
13
13
*/
14
14
#include < WiFiS3.h>
Original file line number Diff line number Diff line change 12
12
modified 21 Junn 2012
13
13
by Tom Igoe and Jaymes Dec
14
14
15
- Find the full UNO R4 WiFi RTC documentation here:
15
+ Find the full UNO R4 WiFi Network documentation here:
16
16
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#scan-networks
17
17
*/
18
18
Original file line number Diff line number Diff line change 13
13
created 1 Mar 2017
14
14
by Arturo Guadalupi
15
15
16
- Find the full UNO R4 WiFi RTC documentation here:
16
+ Find the full UNO R4 WiFi Network documentation here:
17
17
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#scan-networks-advanced
18
18
*/
19
19
Original file line number Diff line number Diff line change 20
20
created 25 Nov 2012
21
21
by Tom Igoe
22
22
23
- Find the full UNO R4 WiFi RTC documentation here:
23
+ Find the full UNO R4 WiFi Network documentation here:
24
24
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#simple-webserver
25
25
*/
26
26
Original file line number Diff line number Diff line change 17
17
modified 31 May 2012
18
18
by Tom Igoe
19
19
20
- Find the full UNO R4 WiFi RTC documentation here:
20
+ Find the full UNO R4 WiFi Network documentation here:
21
21
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#wi-fi-chat-server
22
22
*/
23
23
Original file line number Diff line number Diff line change 15
15
16
16
This code is in the public domain.
17
17
18
- Find the full UNO R4 WiFi RTC documentation here:
18
+ Find the full UNO R4 WiFi Network documentation here:
19
19
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#wi-fi-udp-ntp-client
20
20
*/
21
21
Original file line number Diff line number Diff line change 7
7
created 30 December 2012
8
8
by dlf (Metodo2 srl)
9
9
10
- Find the full UNO R4 WiFi RTC documentation here:
10
+ Find the full UNO R4 WiFi Network documentation here:
11
11
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#wi-fi-udp-send-receive-string
12
12
*/
13
13
Original file line number Diff line number Diff line change 16
16
modified 31 May 2012
17
17
by Tom Igoe
18
18
19
- Find the full UNO R4 WiFi RTC documentation here:
19
+ Find the full UNO R4 WiFi Network documentation here:
20
20
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#wi-fi-web-client
21
21
*/
22
22
Original file line number Diff line number Diff line change 12
12
13
13
This code is in the public domain.
14
14
15
- Find the full UNO R4 WiFi RTC documentation here:
15
+ Find the full UNO R4 WiFi Network documentation here:
16
16
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#wi-fi-web-client-repeating
17
17
*/
18
18
Original file line number Diff line number Diff line change 4
4
Remeber to update the CA certificates using CertificateUploader sketch
5
5
before using this sketch.
6
6
7
- Find the full UNO R4 WiFi RTC documentation here:
7
+ Find the full UNO R4 WiFi Network documentation here:
8
8
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#wi-fi-web-client-ssl
9
9
*/
10
10
Original file line number Diff line number Diff line change 15
15
by Tom Igoe
16
16
17
17
18
- Find the full UNO R4 WiFi RTC documentation here:
18
+ Find the full UNO R4 WiFi Network documentation here:
19
19
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#wi-fi-web-server
20
20
*/
21
21
You can’t perform that action at this time.
0 commit comments