From d3dd659ec37be6152592391122e07a189fb797f0 Mon Sep 17 00:00:00 2001 From: cube Date: Fri, 21 Mar 2025 15:32:35 +0000 Subject: [PATCH] Update 'Seeed Wio Terminal/README.md' --- Seeed Wio Terminal/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Seeed Wio Terminal/README.md b/Seeed Wio Terminal/README.md index f6327e6..65a8494 100644 --- a/Seeed Wio Terminal/README.md +++ b/Seeed Wio Terminal/README.md @@ -6,4 +6,8 @@ There are few steps needed to get the Wio terminal up and running in Arduino. - Go to File -> Preferences, and add the following URL to the list of boards - `https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json` - Go to Tools -> Board -> Board Manager and find Seeed Wio Terminal -- Select board from the list \ No newline at end of file +- Select board from the list + +# Examples +## WiFi Scan +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 \*. \ No newline at end of file