WifiStatus example:updated sketch description

This commit is contained in:
Federico Fissore 2013-07-09 20:08:17 +02:00
parent 13f7439940
commit 915d6d92c7
1 changed files with 9 additions and 7 deletions

View File

@ -1,17 +1,19 @@
/* /*
WiFi Status WiFi Status
This sketch run a script already present on your Yún in the This sketch runs a script called "pretty-wifi-info.lua"
/usr/bin directory called "pretty-wifi-info.lua" that takes installed on your Yún in folder /usr/bin.
the informations of the WiFi interface and print it on the It prints information about the status of your wifi connection.
Serial monitor.
It uses Serial to print, so you need to connect your Yún to your
computer using a USB cable and select the appropriate port from
the Port menu
created 18 June 2013 created 18 June 2013
By Federico Fissore By Federico Fissore
This example code is in the public domain. This example code is in the public domain.
*/ */
#include <Process.h> #include <Process.h>