|
|
@@ -6,4 +6,8 @@ There are few steps needed to get the Wio terminal up and running in Arduino.
|
|
6
|
6
|
- Go to File -> Preferences, and add the following URL to the list of boards
|
|
7
|
7
|
- `https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json`
|
|
8
|
8
|
- Go to Tools -> Board -> Board Manager and find Seeed Wio Terminal
|
|
9
|
|
-- Select board from the list
|
|
|
9
|
+- Select board from the list
|
|
|
10
|
+
|
|
|
11
|
+# Examples
|
|
|
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 \*.
|