1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Corrected typos: Yun -> Yún

This commit is contained in:
Federico Fissore
2014-05-30 12:17:09 +02:00
parent 74b853bf99
commit c387f87329
30 changed files with 82 additions and 84 deletions

View File

@ -2,13 +2,13 @@
Running shell commands using Process class.
This sketch demonstrate how to run linux shell commands
using an Arduino Yún. It runs the wifiCheck script on the linino side
of the Yun, then uses grep to get just the signal strength line.
using an Arduino Yún. It runs the wifiCheck script on the Linux side
of the Yún, then uses grep to get just the signal strength line.
Then it uses parseInt() to read the wifi signal strength as an integer,
and finally uses that number to fade an LED using analogWrite().
The circuit:
* Arduino Yun with LED connected to pin 9
* Arduino Yún with LED connected to pin 9
created 12 Jun 2013
by Cristian Maglie