WifiStatus example:updated sketch description

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

View File

@ -1,17 +1,19 @@
/*
WiFi Status
This sketch run a script already present on your Yún in the
/usr/bin directory called "pretty-wifi-info.lua" that takes
the informations of the WiFi interface and print it on the
Serial monitor.
WiFi Status
This sketch runs a script called "pretty-wifi-info.lua"
installed on your Yún in folder /usr/bin.
It prints information about the status of your wifi connection.
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
By Federico Fissore
This example code is in the public domain.
*/
#include <Process.h>