|
|
@@ -10,4 +10,5 @@ There are few steps needed to get the Wio terminal up and running in Arduino.
|
|
10
|
10
|
|
|
11
|
11
|
# Examples
|
|
12
|
12
|
## WiFi Scan
|
|
13
|
|
-A simple program that continually scans for WiFi networks and prints them to the screen in a list. They are colour coded according to strength, and encrypted networks are marked with a \*.
|
|
|
13
|
+Requires the rpcWiFi library - just type that into the library search in Arduino IDE, and select the Seeed one.
|
|
|
14
|
+A simple program that continually scans for WiFi networks and prints them to the screen in a list. They are colour coded according to strength, and encrypted networks are marked with a \*.
|