From c387f8732932dd7f1488cf61cd2ef82f22436498 Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Fri, 30 May 2014 12:17:09 +0200 Subject: [PATCH] =?UTF-8?q?Corrected=20typos:=20Yun=20->=20Y=C3=BAn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../KeyboardReprogram/KeyboardReprogram.ino | 2 +- build/shared/revisions.txt | 8 +++---- libraries/Bridge/examples/Bridge/Bridge.ino | 6 +++--- .../examples/ConsolePixel/ConsolePixel.ino | 2 +- .../Bridge/examples/HttpClient/HttpClient.ino | 2 +- .../examples/ShellCommands/ShellCommands.ino | 6 +++--- .../SpacebrewYun/inputOutput/inputOutput.ino | 2 +- .../spacebrewBoolean/spacebrewBoolean.ino | 4 ++-- .../spacebrewRange/spacebrewRange.ino | 4 ++-- .../spacebrewString/spacebrewString.ino | 2 +- .../Temboo/ControlBySMS/ControlBySMS.ino | 12 +++++------ .../GetYahooWeatherReport.ino | 6 +++--- .../examples/Temboo/ReadATweet/ReadATweet.ino | 6 +++--- .../examples/Temboo/SendATweet/SendATweet.ino | 6 +++--- .../Temboo/SendAnEmail/SendAnEmail.ino | 6 +++--- .../examples/Temboo/SendAnSMS/SendAnSMS.ino | 6 +++--- .../SendDataToGoogleSpreadsheet.ino | 6 +++--- .../SendDataToMySQL/SendDataToMySQL.ino | 12 +++++------ .../ToxicFacilitiesSearch.ino | 6 +++--- .../UpdateFacebookStatus.ino | 6 +++--- .../UploadToDropbox/UploadToDropbox.ino | 6 +++--- .../TemperatureWebPanel.ino | 2 +- .../Bridge/examples/TimeCheck/TimeCheck.ino | 5 ++--- .../YunSerialTerminal/YunSerialTerminal.ino | 21 +++++++++---------- libraries/Bridge/library.properties | 2 +- libraries/SpacebrewYun/library.properties | 6 +++--- libraries/SpacebrewYun/src/SpacebrewYun.cpp | 6 +++--- libraries/Temboo/library.properties | 4 ++-- libraries/Temboo/src/Temboo.cpp | 2 +- libraries/Temboo/src/Temboo.h | 2 +- 30 files changed, 82 insertions(+), 84 deletions(-) diff --git a/build/shared/examples/09.USB/Keyboard/KeyboardReprogram/KeyboardReprogram.ino b/build/shared/examples/09.USB/Keyboard/KeyboardReprogram/KeyboardReprogram.ino index 7f0dc623c..02020751e 100644 --- a/build/shared/examples/09.USB/Keyboard/KeyboardReprogram/KeyboardReprogram.ino +++ b/build/shared/examples/09.USB/Keyboard/KeyboardReprogram/KeyboardReprogram.ino @@ -13,7 +13,7 @@ a final key combination (CTRL-U). Circuit: - * Arduino Leonardo, Micro, Due, LilyPad USB, or Yun + * Arduino Leonardo, Micro, Due, LilyPad USB, or Yún * wire to connect D2 to ground. created 5 Mar 2012 diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 09e6d417c..71887d4c0 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -66,7 +66,7 @@ We suggest to delay the adoption of the new format until a stable 1.5.x is relea * Added missing keywords: YunServer, YunClient, pow * Improved folder ignore: now hidden, starting with a dot, and SCCS folders are ignored * Improved auto format: now handled by Artistic Style http://astyle.sourceforge.net/ -* Improved SSH uploader (Arduino Yun): uses file ~/.ssh/config if available. +* Improved SSH uploader (Arduino Yún): uses file ~/.ssh/config if available. Allows public key only authentication and ssh servers listening on ports other than 22. * Font anti-aliasing now ON by default (users will have to either delete or manually edit their preferences.txt file) * Added warning message when opening sketches with additional files with illegal names @@ -113,14 +113,14 @@ ARDUINO 1.5.4 BETA 2013.09.10 [ide] * Revert to English locale if the system default is not available -* Added support for Arduino Yun +* Added support for Arduino Yún * Autodetect of boards connected to each serial port -* Network upload and discovery for Arduino Yun +* Network upload and discovery for Arduino Yún [libraries] * sam: fixed wrong SPI initialization (noblepepper) * updated all instances of Adafruit_GFX to the latest version -* added libraries for Arduino Yun +* added libraries for Arduino Yún [core] * avr: fixed bug introduced with recent optimizations in HardwareSerial (atmega8 cpu) (darryl) diff --git a/libraries/Bridge/examples/Bridge/Bridge.ino b/libraries/Bridge/examples/Bridge/Bridge.ino index c6a9480df..78343f01c 100644 --- a/libraries/Bridge/examples/Bridge/Bridge.ino +++ b/libraries/Bridge/examples/Bridge/Bridge.ino @@ -1,7 +1,7 @@ /* - Arduino Yun Bridge example + Arduino Yún Bridge example - This example for the Arduino Yun shows how to use the + This example for the Arduino Yún shows how to use the Bridge library to access the digital and analog pins on the board through REST calls. It demonstrates how you can create your own API when using REST style @@ -26,7 +26,7 @@ #include #include -// Listen on default port 5555, the webserver on the Yun +// Listen on default port 5555, the webserver on the Yún // will forward there all the HTTP requests for us. YunServer server; diff --git a/libraries/Bridge/examples/ConsolePixel/ConsolePixel.ino b/libraries/Bridge/examples/ConsolePixel/ConsolePixel.ino index e90931345..61036d3c6 100644 --- a/libraries/Bridge/examples/ConsolePixel/ConsolePixel.ino +++ b/libraries/Bridge/examples/ConsolePixel/ConsolePixel.ino @@ -2,7 +2,7 @@ Console Pixel An example of using the Arduino board to receive data from the - Console on the Arduino Yun. In this case, the Arduino boards turns on an LED when + Console on the Arduino Yún. In this case, the Arduino boards turns on an LED when it receives the character 'H', and turns off the LED when it receives the character 'L'. diff --git a/libraries/Bridge/examples/HttpClient/HttpClient.ino b/libraries/Bridge/examples/HttpClient/HttpClient.ino index aaee7f954..da0157c07 100644 --- a/libraries/Bridge/examples/HttpClient/HttpClient.ino +++ b/libraries/Bridge/examples/HttpClient/HttpClient.ino @@ -1,5 +1,5 @@ /* - Yun HTTP Client + Yún HTTP Client This example for the Arduino Yún shows how create a basic HTTP client that connects to the internet and downloads diff --git a/libraries/Bridge/examples/ShellCommands/ShellCommands.ino b/libraries/Bridge/examples/ShellCommands/ShellCommands.ino index 2f4052e78..66fc11a62 100644 --- a/libraries/Bridge/examples/ShellCommands/ShellCommands.ino +++ b/libraries/Bridge/examples/ShellCommands/ShellCommands.ino @@ -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 diff --git a/libraries/Bridge/examples/SpacebrewYun/inputOutput/inputOutput.ino b/libraries/Bridge/examples/SpacebrewYun/inputOutput/inputOutput.ino index 5d49bba98..e90a8a325 100644 --- a/libraries/Bridge/examples/SpacebrewYun/inputOutput/inputOutput.ino +++ b/libraries/Bridge/examples/SpacebrewYun/inputOutput/inputOutput.ino @@ -5,7 +5,7 @@ spacebrew data types, and a custom data type. Every time data is received it is output to the Serial monitor. - Make sure that your Yun is connected to the internet for this example + Make sure that your Yún is connected to the internet for this example to function properly. The circuit: diff --git a/libraries/Bridge/examples/SpacebrewYun/spacebrewBoolean/spacebrewBoolean.ino b/libraries/Bridge/examples/SpacebrewYun/spacebrewBoolean/spacebrewBoolean.ino index 0f068aa06..656f81ed2 100644 --- a/libraries/Bridge/examples/SpacebrewYun/spacebrewBoolean/spacebrewBoolean.ino +++ b/libraries/Bridge/examples/SpacebrewYun/spacebrewBoolean/spacebrewBoolean.ino @@ -7,11 +7,11 @@ is sent. The sketch also accepts analog range messages from other Spacebrew apps. - Make sure that your Yun is connected to the internet for this example + Make sure that your Yún is connected to the internet for this example to function properly. The circuit: - - Button connected to Yun, using the Arduino's internal pullup resistor. + - Button connected to Yún, using the Arduino's internal pullup resistor. created 2013 by Julio Terra diff --git a/libraries/Bridge/examples/SpacebrewYun/spacebrewRange/spacebrewRange.ino b/libraries/Bridge/examples/SpacebrewYun/spacebrewRange/spacebrewRange.ino index 6dcbff8bf..75de12936 100644 --- a/libraries/Bridge/examples/SpacebrewYun/spacebrewRange/spacebrewRange.ino +++ b/libraries/Bridge/examples/SpacebrewYun/spacebrewRange/spacebrewRange.ino @@ -7,11 +7,11 @@ message is sent. The sketch also accepts analog range messages from other Spacebrew apps. - Make sure that your Yun is connected to the internet for this example + Make sure that your Yún is connected to the internet for this example to function properly. The circuit: - - Potentiometer connected to Yun. Middle pin connected to analog pin A0, + - Potentiometer connected to Yún. Middle pin connected to analog pin A0, other pins connected to 5v and GND pins. created 2013 diff --git a/libraries/Bridge/examples/SpacebrewYun/spacebrewString/spacebrewString.ino b/libraries/Bridge/examples/SpacebrewYun/spacebrewString/spacebrewString.ino index 8c8f1c7c2..e339cbfbc 100644 --- a/libraries/Bridge/examples/SpacebrewYun/spacebrewString/spacebrewString.ino +++ b/libraries/Bridge/examples/SpacebrewYun/spacebrewString/spacebrewString.ino @@ -5,7 +5,7 @@ to and from Spacebrew. Every time string data is received it is output to the Serial monitor. - Make sure that your Yun is connected to the internet for this example + Make sure that your Yún is connected to the internet for this example to function properly. The circuit: diff --git a/libraries/Bridge/examples/Temboo/ControlBySMS/ControlBySMS.ino b/libraries/Bridge/examples/Temboo/ControlBySMS/ControlBySMS.ino index 6543935d4..f24ac0a70 100644 --- a/libraries/Bridge/examples/Temboo/ControlBySMS/ControlBySMS.ino +++ b/libraries/Bridge/examples/Temboo/ControlBySMS/ControlBySMS.ino @@ -2,9 +2,9 @@ ControlBySMS Demonstrates using an SMS message to a Twilio account to turn an LED - on the Yun board on and off using the Temboo Arduino Yun SDK. + on the Yún board on and off using the Temboo Arduino Yún SDK. Sending a SMS with the text "LED ON" to your Twilio phone number - will turn on the LED on the Yun. Sending "LED OFF" will turn it off. + will turn on the LED on the Yún. Sending "LED OFF" will turn it off. Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino @@ -44,7 +44,7 @@ Your account will now receive SMS messages, but won't send any responses. - This example assumes basic familiarity with Arduino sketches, and that your Yun is connected + This example assumes basic familiarity with Arduino sketches, and that your Yún is connected to the Internet. Looking for another API? We've got over 100 in our Library! @@ -85,7 +85,7 @@ unsigned long lastSMSCheckTime = -SMS_CHECK_PERIOD; // (we only need to process newer messages) String lastSid; -// we'll be turning the LED built in to the Yun on and off +// we'll be turning the LED built in to the Yún on and off // to simulate controlling some device. That LED is on pin 13. int LED_PIN = 13; @@ -106,7 +106,7 @@ void setup() { // start with the LED off digitalWrite(LED_PIN, LOW); - // initialize the connection to the Linino processor. + // initialize the connection to Linux. Bridge.begin(); // Twilio will report old SMS messages. We want to @@ -183,7 +183,7 @@ void checkForMessages(bool ignoreCommands) { // this account receives lots of messages in quick succession, // (more than 3 per minute in this case), we might miss some control // messages. But if we request too many messages, we might run out of - // memory on the Arduino side of the Yun. + // memory on the Arduino side of the Yún. ListMessagesChoreo.addInput("PageSize", "3"); // We want the response in XML format to process with our diff --git a/libraries/Bridge/examples/Temboo/GetYahooWeatherReport/GetYahooWeatherReport.ino b/libraries/Bridge/examples/Temboo/GetYahooWeatherReport/GetYahooWeatherReport.ino index 669aba5c1..f28117f59 100644 --- a/libraries/Bridge/examples/Temboo/GetYahooWeatherReport/GetYahooWeatherReport.ino +++ b/libraries/Bridge/examples/Temboo/GetYahooWeatherReport/GetYahooWeatherReport.ino @@ -1,7 +1,7 @@ /* GetYahooWeatherReport - Demonstrates making a request to the Yahoo! Weather API using Temboo from an Arduino Yun. + Demonstrates making a request to the Yahoo! Weather API using Temboo from an Arduino Yún. Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino @@ -9,10 +9,10 @@ If you don't already have one, you can register for a free Temboo account at http://www.temboo.com - This example assumes basic familiarity with Arduino sketches, and that your Yun is connected + This example assumes basic familiarity with Arduino sketches, and that your Yún is connected to the Internet. - Looking for another API to use with your Arduino Yun? We've got over 100 in our Library! + Looking for another API to use with your Arduino Yún? We've got over 100 in our Library! This example code is in the public domain. */ diff --git a/libraries/Bridge/examples/Temboo/ReadATweet/ReadATweet.ino b/libraries/Bridge/examples/Temboo/ReadATweet/ReadATweet.ino index b2edd1f4b..d9d67a621 100644 --- a/libraries/Bridge/examples/Temboo/ReadATweet/ReadATweet.ino +++ b/libraries/Bridge/examples/Temboo/ReadATweet/ReadATweet.ino @@ -2,7 +2,7 @@ ReadATweet Demonstrates retrieving the most recent Tweet from a user's home timeline - using Temboo from an Arduino Yun. + using Temboo from an Arduino Yún. Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino @@ -15,10 +15,10 @@ app, you'll find OAuth credentials for that application under the "OAuth Tool" tab. Substitute these values for the placeholders below. - This example assumes basic familiarity with Arduino sketches, and that your Yun + This example assumes basic familiarity with Arduino sketches, and that your Yún is connected to the Internet. - Want to use another social API with your Arduino Yun? We've got Facebook, + Want to use another social API with your Arduino Yún? We've got Facebook, Google+, Instagram, Tumblr and more in our Library! This example code is in the public domain. diff --git a/libraries/Bridge/examples/Temboo/SendATweet/SendATweet.ino b/libraries/Bridge/examples/Temboo/SendATweet/SendATweet.ino index 2e34a82ff..bf47bc65c 100644 --- a/libraries/Bridge/examples/Temboo/SendATweet/SendATweet.ino +++ b/libraries/Bridge/examples/Temboo/SendATweet/SendATweet.ino @@ -1,7 +1,7 @@ /* SendATweet - Demonstrates sending a tweet via a Twitter account using Temboo from an Arduino Yun. + Demonstrates sending a tweet via a Twitter account using Temboo from an Arduino Yún. Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino @@ -16,10 +16,10 @@ for that application under the "OAuth Tool" tab. Substitute these values for the placeholders below. - This example assumes basic familiarity with Arduino sketches, and that your Yun is connected + This example assumes basic familiarity with Arduino sketches, and that your Yún is connected to the Internet. - Want to use another social API with your Arduino Yun? We've got Facebook, + Want to use another social API with your Arduino Yún? We've got Facebook, Google+, Instagram, Tumblr and more in our Library! This example code is in the public domain. diff --git a/libraries/Bridge/examples/Temboo/SendAnEmail/SendAnEmail.ino b/libraries/Bridge/examples/Temboo/SendAnEmail/SendAnEmail.ino index 4f841f8e2..63717a4c4 100644 --- a/libraries/Bridge/examples/Temboo/SendAnEmail/SendAnEmail.ino +++ b/libraries/Bridge/examples/Temboo/SendAnEmail/SendAnEmail.ino @@ -1,7 +1,7 @@ /* SendAnEmail - Demonstrates sending an email via a Google Gmail account using Temboo from an Arduino Yun. + Demonstrates sending an email via a Google Gmail account using Temboo from an Arduino Yún. Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino @@ -13,10 +13,10 @@ Google Gmail account. The sketch needs the username and password you use to log into your Gmail account - substitute the placeholders below for these values. - This example assumes basic familiarity with Arduino sketches, and that your Yun is connected + This example assumes basic familiarity with Arduino sketches, and that your Yún is connected to the Internet. - Looking for another API to use with your Arduino Yun? We've got over 100 in our Library! + Looking for another API to use with your Arduino Yún? We've got over 100 in our Library! This example code is in the public domain. */ diff --git a/libraries/Bridge/examples/Temboo/SendAnSMS/SendAnSMS.ino b/libraries/Bridge/examples/Temboo/SendAnSMS/SendAnSMS.ino index 2b0cfb13f..a2da0469c 100644 --- a/libraries/Bridge/examples/Temboo/SendAnSMS/SendAnSMS.ino +++ b/libraries/Bridge/examples/Temboo/SendAnSMS/SendAnSMS.ino @@ -1,7 +1,7 @@ /* SendAnSMS - Demonstrates sending an SMS via Twilio using Temboo from an Arduino Yun. + Demonstrates sending an SMS via Twilio using Temboo from an Arduino Yún. Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino @@ -22,10 +22,10 @@ the instructions under the "Numbers > Verified Caller IDs" tab (this restriction doesn't apply if you have a paid Twilio account). - This example assumes basic familiarity with Arduino sketches, and that your Yun is connected + This example assumes basic familiarity with Arduino sketches, and that your Yún is connected to the Internet. - Looking for another API to use with your Arduino Yun? We've got over 100 in our Library! + Looking for another API to use with your Arduino Yún? We've got over 100 in our Library! This example code is in the public domain. */ diff --git a/libraries/Bridge/examples/Temboo/SendDataToGoogleSpreadsheet/SendDataToGoogleSpreadsheet.ino b/libraries/Bridge/examples/Temboo/SendDataToGoogleSpreadsheet/SendDataToGoogleSpreadsheet.ino index 1f1b6b4b3..8918f9985 100644 --- a/libraries/Bridge/examples/Temboo/SendDataToGoogleSpreadsheet/SendDataToGoogleSpreadsheet.ino +++ b/libraries/Bridge/examples/Temboo/SendDataToGoogleSpreadsheet/SendDataToGoogleSpreadsheet.ino @@ -1,7 +1,7 @@ /* SendDataToGoogleSpreadsheet - Demonstrates appending a row of data to a Google spreadsheet using Temboo from an Arduino Yun. + Demonstrates appending a row of data to a Google spreadsheet using Temboo from an Arduino Yún. Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino @@ -13,7 +13,7 @@ Google account: substitute the placeholders below for your Google account values. This example assumes basic familiarity with Arduino sketches, and that your - Yun is connected to the Internet. + Yún is connected to the Internet. The columns in your spreadsheet must have labels for the Choreo to work properly. It doesn't matter what the column labels actually are, @@ -29,7 +29,7 @@ NOTE that the first time you run this sketch, you may receive a warning from Google, prompting you to authorize access from a 3rd party system. - Looking for another API to use with your Arduino Yun? We've got over 100 in our Library! + Looking for another API to use with your Arduino Yún? We've got over 100 in our Library! This example code is in the public domain. diff --git a/libraries/Bridge/examples/Temboo/SendDataToMySQL/SendDataToMySQL.ino b/libraries/Bridge/examples/Temboo/SendDataToMySQL/SendDataToMySQL.ino index e5f59deac..7f68aa3bf 100644 --- a/libraries/Bridge/examples/Temboo/SendDataToMySQL/SendDataToMySQL.ino +++ b/libraries/Bridge/examples/Temboo/SendDataToMySQL/SendDataToMySQL.ino @@ -2,8 +2,8 @@ SendDataToMySQL Demonstrates storing and reading values in a MySQL database using - the Temboo Arduino Yun SDK. This example will periodically - update a MySQL instance with dummy sensor values from the Yun, and + the Temboo Arduino Yún SDK. This example will periodically + update a MySQL instance with dummy sensor values from the Yún, and then read those values back from the database. Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino @@ -68,10 +68,10 @@ database if it doesn't already exist. The table contains two columns: an unsigned INT column named "cpu_time" and an INT column named "sensor_value". - This example assumes basic familiarity with Arduino sketches, and that your Yun is connected + This example assumes basic familiarity with Arduino sketches, and that your Yún is connected to the Internet. - Looking for another API to use with your Arduino Yun? We've got over 100 in our Library! + Looking for another API to use with your Arduino Yún? We've got over 100 in our Library! This example code is in the public domain. @@ -167,9 +167,9 @@ unsigned int createTable() { Serial.print("Creating table '" + DATABASE_TABLE_NAME + "' (if needed)..."); // We need a table with columns to contain the cpu time and the sensor value. - // cpu time is an 'unsigned long' which is 4 bytes on the Yun, + // cpu time is an 'unsigned long' which is 4 bytes on the Yún, // so an INT UNSIGNED in MySQL will hold any possible value. - // Our sensor values are 'int' values on the Yun, + // Our sensor values are 'int' values on the Yún, // so an INT in MySQL will hold all possible values. // Create a String containing the SQL statement to create the table. diff --git a/libraries/Bridge/examples/Temboo/ToxicFacilitiesSearch/ToxicFacilitiesSearch.ino b/libraries/Bridge/examples/Temboo/ToxicFacilitiesSearch/ToxicFacilitiesSearch.ino index 3b7f1d1aa..86d0be5c1 100644 --- a/libraries/Bridge/examples/Temboo/ToxicFacilitiesSearch/ToxicFacilitiesSearch.ino +++ b/libraries/Bridge/examples/Temboo/ToxicFacilitiesSearch/ToxicFacilitiesSearch.ino @@ -1,7 +1,7 @@ /* ToxicFacilitiesSearch - Demonstrates making a request to the Envirofacts API using Temboo from an Arduino Yun. + Demonstrates making a request to the Envirofacts API using Temboo from an Arduino Yún. This example retrieves the names and addresses of EPA-regulated facilities in the Toxins Release Inventory (TRI) database within a given zip code. @@ -11,10 +11,10 @@ If you don't already have one, you can register for a free Temboo account at http://www.temboo.com - This example assumes basic familiarity with Arduino sketches, and that your Yun is connected + This example assumes basic familiarity with Arduino sketches, and that your Yún is connected to the Internet. - Looking for another API to use with your Arduino Yun? We've got over 100 in our Library! + Looking for another API to use with your Arduino Yún? We've got over 100 in our Library! This example code is in the public domain. */ diff --git a/libraries/Bridge/examples/Temboo/UpdateFacebookStatus/UpdateFacebookStatus.ino b/libraries/Bridge/examples/Temboo/UpdateFacebookStatus/UpdateFacebookStatus.ino index dd8cabd73..eec3620ae 100644 --- a/libraries/Bridge/examples/Temboo/UpdateFacebookStatus/UpdateFacebookStatus.ino +++ b/libraries/Bridge/examples/Temboo/UpdateFacebookStatus/UpdateFacebookStatus.ino @@ -1,7 +1,7 @@ /* UpdateFacebookStatus - Demonstrates sending a Facebook status update using Temboo from an Arduino Yun. + Demonstrates sending a Facebook status update using Temboo from an Arduino Yún. Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino @@ -15,10 +15,10 @@ to use our OAuth Wizard (or OAuth Choreos) to obtain a Facebook access token. Substitute your access token for the placeholder value of FACEBOOK_ACCESS_TOKEN below. - This example assumes basic familiarity with Arduino sketches, and that your Yun + This example assumes basic familiarity with Arduino sketches, and that your Yún is connected to the Internet. - Want to use another social API with your Arduino Yun? We've got Twitter, Google+, + Want to use another social API with your Arduino Yún? We've got Twitter, Google+, Instagram, Tumblr and more in our Library! This example code is in the public domain. diff --git a/libraries/Bridge/examples/Temboo/UploadToDropbox/UploadToDropbox.ino b/libraries/Bridge/examples/Temboo/UploadToDropbox/UploadToDropbox.ino index 744dcdb5e..1092e8e4d 100644 --- a/libraries/Bridge/examples/Temboo/UploadToDropbox/UploadToDropbox.ino +++ b/libraries/Bridge/examples/Temboo/UploadToDropbox/UploadToDropbox.ino @@ -1,7 +1,7 @@ /* UploadToDropbox - Demonstrates uploading a file to a Dropbox account using Temboo from an Arduino Yun. + Demonstrates uploading a file to a Dropbox account using Temboo from an Arduino Yún. Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino @@ -21,10 +21,10 @@ https://www.temboo.com/library/Library/Dropbox/OAuth/ to run the Initialize and Finalize OAuth Choreos. These Choreos complete the OAuth handshake and retrieve your Dropbox OAuth access tokens. - This example assumes basic familiarity with Arduino sketches, and that your Yun is connected + This example assumes basic familiarity with Arduino sketches, and that your Yún is connected to the Internet. - Looking for another API to use with your Arduino Yun? We've got over 100 in our Library! + Looking for another API to use with your Arduino Yún? We've got over 100 in our Library! This example code is in the public domain. */ diff --git a/libraries/Bridge/examples/TemperatureWebPanel/TemperatureWebPanel.ino b/libraries/Bridge/examples/TemperatureWebPanel/TemperatureWebPanel.ino index 82b14ac2e..2a93efb86 100644 --- a/libraries/Bridge/examples/TemperatureWebPanel/TemperatureWebPanel.ino +++ b/libraries/Bridge/examples/TemperatureWebPanel/TemperatureWebPanel.ino @@ -37,7 +37,7 @@ #include #include -// Listen on default port 5555, the webserver on the Yun +// Listen on default port 5555, the webserver on the Yún // will forward there all the HTTP requests for us. YunServer server; String startString; diff --git a/libraries/Bridge/examples/TimeCheck/TimeCheck.ino b/libraries/Bridge/examples/TimeCheck/TimeCheck.ino index c658cb63a..6240780db 100644 --- a/libraries/Bridge/examples/TimeCheck/TimeCheck.ino +++ b/libraries/Bridge/examples/TimeCheck/TimeCheck.ino @@ -1,9 +1,8 @@ /* Time Check - Gets the time from the linino processor via Bridge - then parses out hours, minutes and seconds for the Arduino - using an Arduino Yún. + Gets the time from Linux via Bridge then parses out hours, + minutes and seconds for the Arduino using an Arduino Yún. created 27 May 2013 modified 21 June 2013 diff --git a/libraries/Bridge/examples/YunSerialTerminal/YunSerialTerminal.ino b/libraries/Bridge/examples/YunSerialTerminal/YunSerialTerminal.ino index 19e85df0b..f6ccf69f8 100644 --- a/libraries/Bridge/examples/YunSerialTerminal/YunSerialTerminal.ino +++ b/libraries/Bridge/examples/YunSerialTerminal/YunSerialTerminal.ino @@ -1,14 +1,13 @@ /* - Arduino Yun USB-to-Serial + Arduino Yún USB-to-Serial - Allows you to use the Yun's 32U4 processor as a - serial terminal for the linino processor. + Allows you to use the Yún's 32U4 processor as a + serial terminal for the Linux side on the Yún. - Upload this to an Arduino Yun via serial (not WiFi) - then open the serial monitor at 115200 to see the boot process - of the linino processor. You can also use the serial monitor - as a basic command line interface for the linino processor using - this sketch. + Upload this to an Arduino Yún via serial (not WiFi) then open + the serial monitor at 115200 to see the boot process of Linux. + You can also use the serial monitor as a basic command line + interface for Linux using this sketch. From the serial monitor the following commands can be issued: @@ -20,7 +19,7 @@ obtain the console. The circuit: - * Arduino Yun + * Arduino Yún created March 2013 by Massimo Banzi @@ -33,11 +32,11 @@ */ -long lininoBaud = 250000; +long linuxBaud = 250000; void setup() { Serial.begin(115200); // open serial connection via USB-Serial - Serial1.begin(lininoBaud); // open serial connection to Linino + Serial1.begin(linuxBaud); // open serial connection to Linux } boolean commandMode = false; diff --git a/libraries/Bridge/library.properties b/libraries/Bridge/library.properties index 98d630a23..a865374a4 100644 --- a/libraries/Bridge/library.properties +++ b/libraries/Bridge/library.properties @@ -2,7 +2,7 @@ name=Bridge version=1.0 author=Arduino maintainer=Arduino -sentence=The library to use the Arduino YUN. The Bridge library create a link between the 32U4 and the AR9331 enabling to control most of the linux features from the sketch. +sentence=The library to use the Arduino Yún. The Bridge library create a link between the 32U4 and the AR9331 enabling to control most of the linux features from the sketch. paragraph=The Bridge library feature: access to the shared storage, run and manage linux processes, open a remote console, access to the linux file system, including the SD card, enstablish http clients or servers. url=http://arduino.cc/en/Reference/YunBridgeLibrary architectures=* diff --git a/libraries/SpacebrewYun/library.properties b/libraries/SpacebrewYun/library.properties index 9f1b8d501..d6137af03 100644 --- a/libraries/SpacebrewYun/library.properties +++ b/libraries/SpacebrewYun/library.properties @@ -1,10 +1,10 @@ name=SpacebrewYun author=Julio Terra email=julioterra@gmail.com -sentence=Easily connect the Arduino Yun to Spacebrew -paragraph=This library was developed to enable you to easily connect the Arduino Yun to Spacebrew. To learn more about Spacebrew visit Spacebrew.cc +sentence=Easily connect the Arduino Yún to Spacebrew +paragraph=This library was developed to enable you to easily connect the Arduino Yún to Spacebrew. To learn more about Spacebrew visit Spacebrew.cc url=https://github.com/julioterra/yunSpacebrew architectures=avr version=1.0 dependencies=Bridge -core-dependencies=arduino (>=1.5.0) \ No newline at end of file +core-dependencies=arduino (>=1.5.0) diff --git a/libraries/SpacebrewYun/src/SpacebrewYun.cpp b/libraries/SpacebrewYun/src/SpacebrewYun.cpp index db680a461..cc366d3bf 100644 --- a/libraries/SpacebrewYun/src/SpacebrewYun.cpp +++ b/libraries/SpacebrewYun/src/SpacebrewYun.cpp @@ -299,7 +299,7 @@ void SpacebrewYun::monitor() { } } - // check if received confirmation that linino received messages + // check if received confirmation that Linux received messages if (publishers != NULL && _connected) { struct Publisher *curr = publishers; while((curr != NULL)){ @@ -421,7 +421,7 @@ void SpacebrewYun::send(const String& name, const String& value){ /** - * method that gets the pid of all spacebrew.py instances running on the linino. + * method that gets the pid of all spacebrew.py instances running on Linux. */ void SpacebrewYun::getPids() { @@ -462,7 +462,7 @@ void SpacebrewYun::getPids() { /** * method that kills all of the spacebrew.py instances that are running - * on the linino. + * on Linux. */ void SpacebrewYun::killPids() { getPids(); diff --git a/libraries/Temboo/library.properties b/libraries/Temboo/library.properties index 6f7cf2b0d..5f56af1e2 100644 --- a/libraries/Temboo/library.properties +++ b/libraries/Temboo/library.properties @@ -1,8 +1,8 @@ name=Temboo author=Temboo email=support@temboo.com -sentence=This library enables calls to Temboo, a platform that connects the Yun to 100+ APIs. -paragraph=Temboo is a platform that provides normalized access to 100+ APIs, databases, code utilities and more. This library enables the Yun to connect to Temboo, making it simple to interact with a vast array of web-based resources and services. +sentence=This library enables calls to Temboo, a platform that connects the Yún to 100+ APIs. +paragraph=Temboo is a platform that provides normalized access to 100+ APIs, databases, code utilities and more. This library enables the Yún to connect to Temboo, making it simple to interact with a vast array of web-based resources and services. url=http://www.temboo.com architectures=avr version=1.0 diff --git a/libraries/Temboo/src/Temboo.cpp b/libraries/Temboo/src/Temboo.cpp index 1e5e5399b..b4a276aac 100644 --- a/libraries/Temboo/src/Temboo.cpp +++ b/libraries/Temboo/src/Temboo.cpp @@ -1,7 +1,7 @@ /* ############################################################################### # -# Temboo Arduino Yun library +# Temboo Arduino Yún library # # Copyright 2013, Temboo Inc. # diff --git a/libraries/Temboo/src/Temboo.h b/libraries/Temboo/src/Temboo.h index 2420c868c..9656fdb6f 100644 --- a/libraries/Temboo/src/Temboo.h +++ b/libraries/Temboo/src/Temboo.h @@ -1,7 +1,7 @@ /* ############################################################################### # -# Temboo Arduino Yun library +# Temboo Arduino Yún library # # Copyright 2013, Temboo Inc. #