Skip to content

Commit c387f87

Browse files
author
Federico Fissore
committed
Corrected typos: Yun -> Yún
1 parent 74b853b commit c387f87

File tree

30 files changed

+82
-84
lines changed

30 files changed

+82
-84
lines changed

build/shared/examples/09.USB/Keyboard/KeyboardReprogram/KeyboardReprogram.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
a final key combination (CTRL-U).
1414
1515
Circuit:
16-
* Arduino Leonardo, Micro, Due, LilyPad USB, or Yun
16+
* Arduino Leonardo, Micro, Due, LilyPad USB, or Yún
1717
* wire to connect D2 to ground.
1818
1919
created 5 Mar 2012

build/shared/revisions.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ We suggest to delay the adoption of the new format until a stable 1.5.x is relea
6666
* Added missing keywords: YunServer, YunClient, pow
6767
* Improved folder ignore: now hidden, starting with a dot, and SCCS folders are ignored
6868
* Improved auto format: now handled by Artistic Style http://astyle.sourceforge.net/
69-
* Improved SSH uploader (Arduino Yun): uses file ~/.ssh/config if available.
69+
* Improved SSH uploader (Arduino Yún): uses file ~/.ssh/config if available.
7070
Allows public key only authentication and ssh servers listening on ports other than 22.
7171
* Font anti-aliasing now ON by default (users will have to either delete or manually edit their preferences.txt file)
7272
* Added warning message when opening sketches with additional files with illegal names
@@ -113,14 +113,14 @@ ARDUINO 1.5.4 BETA 2013.09.10
113113

114114
[ide]
115115
* Revert to English locale if the system default is not available
116-
* Added support for Arduino Yun
116+
* Added support for Arduino Yún
117117
* Autodetect of boards connected to each serial port
118-
* Network upload and discovery for Arduino Yun
118+
* Network upload and discovery for Arduino Yún
119119

120120
[libraries]
121121
* sam: fixed wrong SPI initialization (noblepepper)
122122
* updated all instances of Adafruit_GFX to the latest version
123-
* added libraries for Arduino Yun
123+
* added libraries for Arduino Yún
124124

125125
[core]
126126
* avr: fixed bug introduced with recent optimizations in HardwareSerial (atmega8 cpu) (darryl)

libraries/Bridge/examples/Bridge/Bridge.ino

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
Arduino Yun Bridge example
2+
Arduino Yún Bridge example
33
4-
This example for the Arduino Yun shows how to use the
4+
This example for the Arduino Yún shows how to use the
55
Bridge library to access the digital and analog pins
66
on the board through REST calls. It demonstrates how
77
you can create your own API when using REST style
@@ -26,7 +26,7 @@
2626
#include <YunServer.h>
2727
#include <YunClient.h>
2828

29-
// Listen on default port 5555, the webserver on the Yun
29+
// Listen on default port 5555, the webserver on the Yún
3030
// will forward there all the HTTP requests for us.
3131
YunServer server;
3232

libraries/Bridge/examples/ConsolePixel/ConsolePixel.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Console Pixel
33
44
An example of using the Arduino board to receive data from the
5-
Console on the Arduino Yun. In this case, the Arduino boards turns on an LED when
5+
Console on the Arduino Yún. In this case, the Arduino boards turns on an LED when
66
it receives the character 'H', and turns off the LED when it
77
receives the character 'L'.
88

libraries/Bridge/examples/HttpClient/HttpClient.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Yun HTTP Client
2+
Yún HTTP Client
33
44
This example for the Arduino Yún shows how create a basic
55
HTTP client that connects to the internet and downloads

libraries/Bridge/examples/ShellCommands/ShellCommands.ino

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

libraries/Bridge/examples/SpacebrewYun/inputOutput/inputOutput.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
spacebrew data types, and a custom data type. Every time data is
66
received it is output to the Serial monitor.
77
8-
Make sure that your Yun is connected to the internet for this example
8+
Make sure that your Yún is connected to the internet for this example
99
to function properly.
1010
1111
The circuit:

libraries/Bridge/examples/SpacebrewYun/spacebrewBoolean/spacebrewBoolean.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
is sent. The sketch also accepts analog range messages from
88
other Spacebrew apps.
99
10-
Make sure that your Yun is connected to the internet for this example
10+
Make sure that your Yún is connected to the internet for this example
1111
to function properly.
1212
1313
The circuit:
14-
- Button connected to Yun, using the Arduino's internal pullup resistor.
14+
- Button connected to Yún, using the Arduino's internal pullup resistor.
1515
1616
created 2013
1717
by Julio Terra

libraries/Bridge/examples/SpacebrewYun/spacebrewRange/spacebrewRange.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
message is sent. The sketch also accepts analog range messages from
88
other Spacebrew apps.
99
10-
Make sure that your Yun is connected to the internet for this example
10+
Make sure that your Yún is connected to the internet for this example
1111
to function properly.
1212
1313
The circuit:
14-
- Potentiometer connected to Yun. Middle pin connected to analog pin A0,
14+
- Potentiometer connected to Yún. Middle pin connected to analog pin A0,
1515
other pins connected to 5v and GND pins.
1616
1717
created 2013

libraries/Bridge/examples/SpacebrewYun/spacebrewString/spacebrewString.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
to and from Spacebrew. Every time string data is received it
66
is output to the Serial monitor.
77
8-
Make sure that your Yun is connected to the internet for this example
8+
Make sure that your Yún is connected to the internet for this example
99
to function properly.
1010
1111
The circuit:

libraries/Bridge/examples/Temboo/ControlBySMS/ControlBySMS.ino

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
ControlBySMS
33
44
Demonstrates using an SMS message to a Twilio account to turn an LED
5-
on the Yun board on and off using the Temboo Arduino Yun SDK.
5+
on the Yún board on and off using the Temboo Arduino Yún SDK.
66
Sending a SMS with the text "LED ON" to your Twilio phone number
7-
will turn on the LED on the Yun. Sending "LED OFF" will turn it off.
7+
will turn on the LED on the Yún. Sending "LED OFF" will turn it off.
88
99
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
1010
@@ -44,7 +44,7 @@
4444
4545
Your account will now receive SMS messages, but won't send any responses.
4646
47-
This example assumes basic familiarity with Arduino sketches, and that your Yun is connected
47+
This example assumes basic familiarity with Arduino sketches, and that your Yún is connected
4848
to the Internet.
4949
5050
Looking for another API? We've got over 100 in our Library!
@@ -85,7 +85,7 @@ unsigned long lastSMSCheckTime = -SMS_CHECK_PERIOD;
8585
// (we only need to process newer messages)
8686
String lastSid;
8787

88-
// we'll be turning the LED built in to the Yun on and off
88+
// we'll be turning the LED built in to the Yún on and off
8989
// to simulate controlling some device. That LED is on pin 13.
9090
int LED_PIN = 13;
9191

@@ -106,7 +106,7 @@ void setup() {
106106
// start with the LED off
107107
digitalWrite(LED_PIN, LOW);
108108

109-
// initialize the connection to the Linino processor.
109+
// initialize the connection to Linux.
110110
Bridge.begin();
111111

112112
// Twilio will report old SMS messages. We want to
@@ -183,7 +183,7 @@ void checkForMessages(bool ignoreCommands) {
183183
// this account receives lots of messages in quick succession,
184184
// (more than 3 per minute in this case), we might miss some control
185185
// messages. But if we request too many messages, we might run out of
186-
// memory on the Arduino side of the Yun.
186+
// memory on the Arduino side of the Yún.
187187
ListMessagesChoreo.addInput("PageSize", "3");
188188

189189
// We want the response in XML format to process with our

libraries/Bridge/examples/Temboo/GetYahooWeatherReport/GetYahooWeatherReport.ino

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
22
GetYahooWeatherReport
33
4-
Demonstrates making a request to the Yahoo! Weather API using Temboo from an Arduino Yun.
4+
Demonstrates making a request to the Yahoo! Weather API using Temboo from an Arduino Yún.
55
66
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
77
88
A Temboo account and application key are necessary to run all Temboo examples.
99
If you don't already have one, you can register for a free Temboo account at
1010
http://www.temboo.com
1111
12-
This example assumes basic familiarity with Arduino sketches, and that your Yun is connected
12+
This example assumes basic familiarity with Arduino sketches, and that your Yún is connected
1313
to the Internet.
1414
15-
Looking for another API to use with your Arduino Yun? We've got over 100 in our Library!
15+
Looking for another API to use with your Arduino Yún? We've got over 100 in our Library!
1616
1717
This example code is in the public domain.
1818
*/

libraries/Bridge/examples/Temboo/ReadATweet/ReadATweet.ino

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ReadATweet
33
44
Demonstrates retrieving the most recent Tweet from a user's home timeline
5-
using Temboo from an Arduino Yun.
5+
using Temboo from an Arduino Yún.
66
77
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
88
@@ -15,10 +15,10 @@
1515
app, you'll find OAuth credentials for that application under the "OAuth Tool" tab.
1616
Substitute these values for the placeholders below.
1717
18-
This example assumes basic familiarity with Arduino sketches, and that your Yun
18+
This example assumes basic familiarity with Arduino sketches, and that your Yún
1919
is connected to the Internet.
2020
21-
Want to use another social API with your Arduino Yun? We've got Facebook,
21+
Want to use another social API with your Arduino Yún? We've got Facebook,
2222
Google+, Instagram, Tumblr and more in our Library!
2323
2424
This example code is in the public domain.

libraries/Bridge/examples/Temboo/SendATweet/SendATweet.ino

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
SendATweet
33
4-
Demonstrates sending a tweet via a Twitter account using Temboo from an Arduino Yun.
4+
Demonstrates sending a tweet via a Twitter account using Temboo from an Arduino Yún.
55
66
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
77
@@ -16,10 +16,10 @@
1616
for that application under the "OAuth Tool" tab. Substitute these values for
1717
the placeholders below.
1818
19-
This example assumes basic familiarity with Arduino sketches, and that your Yun is connected
19+
This example assumes basic familiarity with Arduino sketches, and that your Yún is connected
2020
to the Internet.
2121
22-
Want to use another social API with your Arduino Yun? We've got Facebook,
22+
Want to use another social API with your Arduino Yún? We've got Facebook,
2323
Google+, Instagram, Tumblr and more in our Library!
2424
2525
This example code is in the public domain.

libraries/Bridge/examples/Temboo/SendAnEmail/SendAnEmail.ino

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
SendAnEmail
33
4-
Demonstrates sending an email via a Google Gmail account using Temboo from an Arduino Yun.
4+
Demonstrates sending an email via a Google Gmail account using Temboo from an Arduino Yún.
55
66
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
77
@@ -13,10 +13,10 @@
1313
Google Gmail account. The sketch needs the username and password you use
1414
to log into your Gmail account - substitute the placeholders below for these values.
1515
16-
This example assumes basic familiarity with Arduino sketches, and that your Yun is connected
16+
This example assumes basic familiarity with Arduino sketches, and that your Yún is connected
1717
to the Internet.
1818
19-
Looking for another API to use with your Arduino Yun? We've got over 100 in our Library!
19+
Looking for another API to use with your Arduino Yún? We've got over 100 in our Library!
2020
2121
This example code is in the public domain.
2222
*/

libraries/Bridge/examples/Temboo/SendAnSMS/SendAnSMS.ino

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
SendAnSMS
33
4-
Demonstrates sending an SMS via Twilio using Temboo from an Arduino Yun.
4+
Demonstrates sending an SMS via Twilio using Temboo from an Arduino Yún.
55
66
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
77
@@ -22,10 +22,10 @@
2222
the instructions under the "Numbers > Verified Caller IDs" tab (this restriction
2323
doesn't apply if you have a paid Twilio account).
2424
25-
This example assumes basic familiarity with Arduino sketches, and that your Yun is connected
25+
This example assumes basic familiarity with Arduino sketches, and that your Yún is connected
2626
to the Internet.
2727
28-
Looking for another API to use with your Arduino Yun? We've got over 100 in our Library!
28+
Looking for another API to use with your Arduino Yún? We've got over 100 in our Library!
2929
3030
This example code is in the public domain.
3131
*/

libraries/Bridge/examples/Temboo/SendDataToGoogleSpreadsheet/SendDataToGoogleSpreadsheet.ino

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
SendDataToGoogleSpreadsheet
33
4-
Demonstrates appending a row of data to a Google spreadsheet using Temboo from an Arduino Yun.
4+
Demonstrates appending a row of data to a Google spreadsheet using Temboo from an Arduino Yún.
55
66
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
77
@@ -13,7 +13,7 @@
1313
Google account: substitute the placeholders below for your Google account values.
1414
1515
This example assumes basic familiarity with Arduino sketches, and that your
16-
Yun is connected to the Internet.
16+
Yún is connected to the Internet.
1717
1818
The columns in your spreadsheet must have labels for the Choreo to
1919
work properly. It doesn't matter what the column labels actually are,
@@ -29,7 +29,7 @@
2929
NOTE that the first time you run this sketch, you may receive a warning from
3030
Google, prompting you to authorize access from a 3rd party system.
3131
32-
Looking for another API to use with your Arduino Yun? We've got over 100 in our Library!
32+
Looking for another API to use with your Arduino Yún? We've got over 100 in our Library!
3333
3434
This example code is in the public domain.
3535

libraries/Bridge/examples/Temboo/SendDataToMySQL/SendDataToMySQL.ino

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
SendDataToMySQL
33
44
Demonstrates storing and reading values in a MySQL database using
5-
the Temboo Arduino Yun SDK. This example will periodically
6-
update a MySQL instance with dummy sensor values from the Yun, and
5+
the Temboo Arduino Yún SDK. This example will periodically
6+
update a MySQL instance with dummy sensor values from the Yún, and
77
then read those values back from the database.
88
99
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
@@ -68,10 +68,10 @@
6868
database if it doesn't already exist. The table contains two columns: an unsigned INT
6969
column named "cpu_time" and an INT column named "sensor_value".
7070
71-
This example assumes basic familiarity with Arduino sketches, and that your Yun is connected
71+
This example assumes basic familiarity with Arduino sketches, and that your Yún is connected
7272
to the Internet.
7373
74-
Looking for another API to use with your Arduino Yun? We've got over 100 in our Library!
74+
Looking for another API to use with your Arduino Yún? We've got over 100 in our Library!
7575
7676
This example code is in the public domain.
7777
@@ -167,9 +167,9 @@ unsigned int createTable() {
167167
Serial.print("Creating table '" + DATABASE_TABLE_NAME + "' (if needed)...");
168168

169169
// We need a table with columns to contain the cpu time and the sensor value.
170-
// cpu time is an 'unsigned long' which is 4 bytes on the Yun,
170+
// cpu time is an 'unsigned long' which is 4 bytes on the Yún,
171171
// so an INT UNSIGNED in MySQL will hold any possible value.
172-
// Our sensor values are 'int' values on the Yun,
172+
// Our sensor values are 'int' values on the Yún,
173173
// so an INT in MySQL will hold all possible values.
174174

175175
// Create a String containing the SQL statement to create the table.

libraries/Bridge/examples/Temboo/ToxicFacilitiesSearch/ToxicFacilitiesSearch.ino

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
ToxicFacilitiesSearch
33
4-
Demonstrates making a request to the Envirofacts API using Temboo from an Arduino Yun.
4+
Demonstrates making a request to the Envirofacts API using Temboo from an Arduino Yún.
55
This example retrieves the names and addresses of EPA-regulated facilities in the
66
Toxins Release Inventory (TRI) database within a given zip code.
77
@@ -11,10 +11,10 @@
1111
If you don't already have one, you can register for a free Temboo account at
1212
http://www.temboo.com
1313
14-
This example assumes basic familiarity with Arduino sketches, and that your Yun is connected
14+
This example assumes basic familiarity with Arduino sketches, and that your Yún is connected
1515
to the Internet.
1616
17-
Looking for another API to use with your Arduino Yun? We've got over 100 in our Library!
17+
Looking for another API to use with your Arduino Yún? We've got over 100 in our Library!
1818
1919
This example code is in the public domain.
2020
*/

libraries/Bridge/examples/Temboo/UpdateFacebookStatus/UpdateFacebookStatus.ino

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
UpdateFacebookStatus
33
4-
Demonstrates sending a Facebook status update using Temboo from an Arduino Yun.
4+
Demonstrates sending a Facebook status update using Temboo from an Arduino Yún.
55
66
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
77
@@ -15,10 +15,10 @@
1515
to use our OAuth Wizard (or OAuth Choreos) to obtain a Facebook access token.
1616
Substitute your access token for the placeholder value of FACEBOOK_ACCESS_TOKEN below.
1717
18-
This example assumes basic familiarity with Arduino sketches, and that your Yun
18+
This example assumes basic familiarity with Arduino sketches, and that your Yún
1919
is connected to the Internet.
2020
21-
Want to use another social API with your Arduino Yun? We've got Twitter, Google+,
21+
Want to use another social API with your Arduino Yún? We've got Twitter, Google+,
2222
Instagram, Tumblr and more in our Library!
2323
2424
This example code is in the public domain.

0 commit comments

Comments
 (0)