1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-28 09:24:14 +01:00

Due to website configuration changes, every url starting with http://arduino.cc has been changed to http://www.arduino.cc. Fixes #3191

This commit is contained in:
Federico Fissore 2015-05-20 17:10:06 +02:00
parent 026210564d
commit 9166828bfe
140 changed files with 167 additions and 167 deletions

View File

@ -6,10 +6,10 @@ board and a development environment that implements the Processing/Wiring
language. Arduino can be used to develop stand-alone interactive objects or language. Arduino can be used to develop stand-alone interactive objects or
can be connected to software on your computer (e.g. Flash, Processing, MaxMSP). can be connected to software on your computer (e.g. Flash, Processing, MaxMSP).
The boards can be assembled by hand or purchased preassembled; the open-source The boards can be assembled by hand or purchased preassembled; the open-source
IDE can be downloaded for free at http://arduino.cc/en/Main/Software IDE can be downloaded for free at http://www.arduino.cc/en/Main/Software
* For more information, see the website at: http://www.arduino.cc/ * For more information, see the website at: http://www.arduino.cc/
or the forums at: http://arduino.cc/forum/ or the forums at: http://www.arduino.cc/forum/
You can also follow Arduino on twitter at: https://twitter.com/arduino or like Arduino on Facebook at: https://www.facebook.com/official.arduino You can also follow Arduino on twitter at: https://twitter.com/arduino or like Arduino on Facebook at: https://www.facebook.com/official.arduino
* To report a *bug* in the software or to request *a simple enhancement* go to: * To report a *bug* in the software or to request *a simple enhancement* go to:

View File

@ -1286,7 +1286,7 @@ public class Editor extends JFrame implements RunnerListener {
item = new JMenuItem(_("Visit Arduino.cc")); item = new JMenuItem(_("Visit Arduino.cc"));
item.addActionListener(new ActionListener() { item.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) { public void actionPerformed(ActionEvent e) {
Base.openURL(_("http://arduino.cc/")); Base.openURL(_("http://www.arduino.cc/"));
} }
}); });
menu.add(item); menu.add(item);

View File

@ -6,7 +6,7 @@
"websiteURL": "http://www.arduino.cc/", "websiteURL": "http://www.arduino.cc/",
"email": "packages@arduino.cc", "email": "packages@arduino.cc",
"help": { "help": {
"online": "http://arduino.cc/en/Reference/HomePage" "online": "http://www.arduino.cc/en/Reference/HomePage"
}, },
"platforms": [ "platforms": [
{ {
@ -58,7 +58,7 @@
"version": "1.6.3", "version": "1.6.3",
"category": "Arduino", "category": "Arduino",
"help": { "help": {
"online": "http://arduino.cc/en/Reference/HomePage" "online": "http://www.arduino.cc/en/Reference/HomePage"
}, },
"url": "http://downloads.arduino.cc/cores/avr-1.6.3.tar.bz2", "url": "http://downloads.arduino.cc/cores/avr-1.6.3.tar.bz2",
"archiveFileName": "avr-1.6.3.tar.bz2", "archiveFileName": "avr-1.6.3.tar.bz2",
@ -104,7 +104,7 @@
"version": "1.6.4", "version": "1.6.4",
"category": "Arduino", "category": "Arduino",
"help": { "help": {
"online": "http://arduino.cc/en/Reference/HomePage" "online": "http://www.arduino.cc/en/Reference/HomePage"
}, },
"url": "http://downloads.arduino.cc/cores/avr-1.6.4.tar.bz2", "url": "http://downloads.arduino.cc/cores/avr-1.6.4.tar.bz2",
"archiveFileName": "avr-1.6.4.tar.bz2", "archiveFileName": "avr-1.6.4.tar.bz2",
@ -150,7 +150,7 @@
"version": "1.6.5", "version": "1.6.5",
"category": "Arduino", "category": "Arduino",
"help": { "help": {
"online": "http://arduino.cc/en/Reference/HomePage" "online": "http://www.arduino.cc/en/Reference/HomePage"
}, },
"url": "http://downloads.arduino.cc/cores/avr-1.6.5.tar.bz2", "url": "http://downloads.arduino.cc/cores/avr-1.6.5.tar.bz2",
"archiveFileName": "avr-1.6.5.tar.bz2", "archiveFileName": "avr-1.6.5.tar.bz2",
@ -196,7 +196,7 @@
"version": "1.6.6", "version": "1.6.6",
"category": "Arduino", "category": "Arduino",
"help": { "help": {
"online": "http://arduino.cc/en/Reference/HomePage" "online": "http://www.arduino.cc/en/Reference/HomePage"
}, },
"url": "http://downloads.arduino.cc/cores/avr-1.6.6.tar.bz2", "url": "http://downloads.arduino.cc/cores/avr-1.6.6.tar.bz2",
"archiveFileName": "avr-1.6.6.tar.bz2", "archiveFileName": "avr-1.6.6.tar.bz2",

View File

@ -320,7 +320,7 @@ public class BaseNoGui {
File readme = new File(libdir, "readme.txt"); File readme = new File(libdir, "readme.txt");
FileWriter freadme = new FileWriter(readme); FileWriter freadme = new FileWriter(readme);
freadme.write(_("For information on installing libraries, see: " + freadme.write(_("For information on installing libraries, see: " +
"http://arduino.cc/en/Guide/Libraries\n")); "http://www.arduino.cc/en/Guide/Libraries\n"));
freadme.close(); freadme.close();
} catch (Exception e) { } catch (Exception e) {
} }

View File

@ -16,7 +16,7 @@ my $verbose = 1;
my $CURL_OPTIONS = "--silent --show-error -u $user:$pass"; my $CURL_OPTIONS = "--silent --show-error -u $user:$pass";
my $ARDUINO = 'http://edit.arduino.cc/en_ref'; # base url for reference site my $ARDUINO = 'http://edit.arduino.cc/en_ref'; # base url for reference site
my $PUBLIC = 'http://arduino.cc/en'; # base url for public site my $PUBLIC = 'http://www.arduino.cc/en'; # base url for public site
my %downloaded = (); # keep track of the pages we download my %downloaded = (); # keep track of the pages we download

View File

@ -13,7 +13,7 @@ cd reference
perl ../create_reference.pl || die 'unable to create local reference pages' perl ../create_reference.pl || die 'unable to create local reference pages'
mkdir img mkdir img
curl http://arduino.cc/en/pub/skins/arduinoUno/img/logo.png > img/logo.png curl http://www.arduino.cc/en/pub/skins/arduinoUno/img/logo.png > img/logo.png
cd .. cd ..
zip -r shared/reference.zip reference || die 'unable to create reference.zip archive' zip -r shared/reference.zip reference || die 'unable to create reference.zip archive'

View File

@ -19,6 +19,6 @@
<screenshot type="default" width="624" height="351">http://mavit.fedorapeople.org/appdata/arduino-screenshot.png</screenshot> <screenshot type="default" width="624" height="351">http://mavit.fedorapeople.org/appdata/arduino-screenshot.png</screenshot>
<screenshot width="704" height="396">http://mavit.fedorapeople.org/appdata/arduino-photo.jpg</screenshot> <screenshot width="704" height="396">http://mavit.fedorapeople.org/appdata/arduino-photo.jpg</screenshot>
</screenshots> </screenshots>
<url type="homepage">http://arduino.cc/</url> <url type="homepage">http://www.arduino.cc/</url>
<updatecontact>arduino.appdata.xml@mavit.org.uk</updatecontact> <updatecontact>arduino.appdata.xml@mavit.org.uk</updatecontact>
</application> </application>

View File

@ -5,7 +5,7 @@
Most Arduinos have an on-board LED you can control. On the Uno and Most Arduinos have an on-board LED you can control. On the Uno and
Leonardo, it is attached to digital pin 13. If you're unsure what Leonardo, it is attached to digital pin 13. If you're unsure what
pin the on-board LED is connected to on your Arduino model, check pin the on-board LED is connected to on your Arduino model, check
the documentation at http://arduino.cc the documentation at http://www.arduino.cc
This example code is in the public domain. This example code is in the public domain.

View File

@ -21,7 +21,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/ButtonStateChange http://www.arduino.cc/en/Tutorial/ButtonStateChange
*/ */

View File

@ -14,7 +14,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/Tone3 http://www.arduino.cc/en/Tutorial/Tone3
*/ */

View File

@ -12,7 +12,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/Tone http://www.arduino.cc/en/Tutorial/Tone
*/ */
#include "pitches.h" #include "pitches.h"

View File

@ -12,7 +12,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/Tone4 http://www.arduino.cc/en/Tutorial/Tone4
*/ */

View File

@ -14,7 +14,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/Tone2 http://www.arduino.cc/en/Tutorial/Tone2
*/ */

View File

@ -23,7 +23,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/AnalogInput http://www.arduino.cc/en/Tutorial/AnalogInput
*/ */

View File

@ -20,7 +20,7 @@
modified 30 Aug 2011 modified 30 Aug 2011
By Tom Igoe By Tom Igoe
http://arduino.cc/en/Tutorial/Calibration http://www.arduino.cc/en/Tutorial/Calibration
This example code is in the public domain. This example code is in the public domain.

View File

@ -11,7 +11,7 @@
modified 30 Aug 2011 modified 30 Aug 2011
By Tom Igoe By Tom Igoe
http://arduino.cc/en/Tutorial/Fading http://www.arduino.cc/en/Tutorial/Fading
This example code is in the public domain. This example code is in the public domain.

View File

@ -21,7 +21,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/IfStatement http://www.arduino.cc/en/Tutorial/IfStatement
*/ */

View File

@ -22,7 +22,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/WhileLoop http://www.arduino.cc/en/Tutorial/WhileLoop
*/ */

View File

@ -8,7 +8,7 @@
modified 2 Apr 2012 modified 2 Apr 2012
by Tom Igoe by Tom Igoe
http://arduino.cc/en/Tutorial/StringAdditionOperator http://www.arduino.cc/en/Tutorial/StringAdditionOperator
This example code is in the public domain. This example code is in the public domain.
*/ */

View File

@ -7,7 +7,7 @@
modified 2 Apr 2012 modified 2 Apr 2012
by Tom Igoe by Tom Igoe
http://arduino.cc/en/Tutorial/StringAppendOperator http://www.arduino.cc/en/Tutorial/StringAppendOperator
This example code is in the public domain. This example code is in the public domain.
*/ */

View File

@ -7,7 +7,7 @@
modified 2 Apr 2012 modified 2 Apr 2012
by Tom Igoe by Tom Igoe
http://arduino.cc/en/Tutorial/StringCaseChanges http://www.arduino.cc/en/Tutorial/StringCaseChanges
This example code is in the public domain. This example code is in the public domain.
*/ */

View File

@ -7,7 +7,7 @@
modified 2 Apr 2012 modified 2 Apr 2012
by Tom Igoe by Tom Igoe
http://arduino.cc/en/Tutorial/StringCharacters http://www.arduino.cc/en/Tutorial/StringCharacters
This example code is in the public domain. This example code is in the public domain.
*/ */

View File

@ -7,7 +7,7 @@
modified 2 Apr 2012 modified 2 Apr 2012
by Tom Igoe by Tom Igoe
http://arduino.cc/en/Tutorial/StringComparisonOperators http://www.arduino.cc/en/Tutorial/StringComparisonOperators
This example code is in the public domain. This example code is in the public domain.
*/ */

View File

@ -7,7 +7,7 @@
modified 30 Aug 2011 modified 30 Aug 2011
by Tom Igoe by Tom Igoe
http://arduino.cc/en/Tutorial/StringConstructors http://www.arduino.cc/en/Tutorial/StringConstructors
This example code is in the public domain. This example code is in the public domain.
*/ */

View File

@ -7,7 +7,7 @@
modified 2 Apr 2012 modified 2 Apr 2012
by Tom Igoe by Tom Igoe
http://arduino.cc/en/Tutorial/StringIndexOf http://www.arduino.cc/en/Tutorial/StringIndexOf
This example code is in the public domain. This example code is in the public domain.
*/ */

View File

@ -7,7 +7,7 @@
created 1 Aug 2010 created 1 Aug 2010
by Tom Igoe by Tom Igoe
http://arduino.cc/en/Tutorial/StringLengthTrim http://www.arduino.cc/en/Tutorial/StringLengthTrim
This example code is in the public domain. This example code is in the public domain.
*/ */

View File

@ -7,7 +7,7 @@
modified 2 Apr 2012 modified 2 Apr 2012
by Tom Igoe by Tom Igoe
http://arduino.cc/en/Tutorial/StringLengthTrim http://www.arduino.cc/en/Tutorial/StringLengthTrim
This example code is in the public domain. This example code is in the public domain.
*/ */

View File

@ -7,7 +7,7 @@
modified 2 Apr 2012 modified 2 Apr 2012
by Tom Igoe by Tom Igoe
http://arduino.cc/en/Tutorial/StringReplace http://www.arduino.cc/en/Tutorial/StringReplace
This example code is in the public domain. This example code is in the public domain.
*/ */

View File

@ -7,7 +7,7 @@
modified 2 Apr 2012 modified 2 Apr 2012
by Tom Igoe by Tom Igoe
http://arduino.cc/en/Tutorial/StringStartsWithEndsWith http://www.arduino.cc/en/Tutorial/StringStartsWithEndsWith
This example code is in the public domain. This example code is in the public domain.
*/ */

View File

@ -7,7 +7,7 @@
modified 2 Apr 2012 modified 2 Apr 2012
by Zach Eveland by Zach Eveland
http://arduino.cc/en/Tutorial/StringSubstring http://www.arduino.cc/en/Tutorial/StringSubstring
This example code is in the public domain. This example code is in the public domain.
*/ */

View File

@ -15,7 +15,7 @@
Created 13 September 2012 Created 13 September 2012
by Scott Fitzgerald by Scott Fitzgerald
http://arduino.cc/starterKit http://www.arduino.cc/starterKit
This example code is part of the public domain This example code is part of the public domain
*/ */

View File

@ -13,7 +13,7 @@
Created 13 September 2012 Created 13 September 2012
by Scott Fitzgerald by Scott Fitzgerald
http://arduino.cc/starterKit http://www.arduino.cc/starterKit
This example code is part of the public domain This example code is part of the public domain
*/ */

View File

@ -17,7 +17,7 @@
by Scott Fitzgerald by Scott Fitzgerald
Thanks to Federico Vanzati for improvements Thanks to Federico Vanzati for improvements
http://arduino.cc/starterKit http://www.arduino.cc/starterKit
This example code is part of the public domain This example code is part of the public domain
*/ */

View File

@ -13,7 +13,7 @@
Created 13 September 2012 Created 13 September 2012
by Scott Fitzgerald by Scott Fitzgerald
http://arduino.cc/starterKit http://www.arduino.cc/starterKit
This example code is part of the public domain This example code is part of the public domain
*/ */

View File

@ -13,7 +13,7 @@
Created 13 September 2012 Created 13 September 2012
by Scott Fitzgerald by Scott Fitzgerald
http://arduino.cc/starterKit http://www.arduino.cc/starterKit
This example code is part of the public domain This example code is part of the public domain
*/ */

View File

@ -15,7 +15,7 @@
Created 13 September 2012 Created 13 September 2012
by Scott Fitzgerald by Scott Fitzgerald
http://arduino.cc/starterKit http://www.arduino.cc/starterKit
This example code is part of the public domain This example code is part of the public domain
*/ */

View File

@ -14,7 +14,7 @@
Created 13 September 2012 Created 13 September 2012
by Scott Fitzgerald by Scott Fitzgerald
http://arduino.cc/starterKit http://www.arduino.cc/starterKit
This example code is part of the public domain This example code is part of the public domain
*/ */

View File

@ -16,7 +16,7 @@
Created 13 September 2012 Created 13 September 2012
by Scott Fitzgerald by Scott Fitzgerald
http://arduino.cc/starterKit http://www.arduino.cc/starterKit
This example code is part of the public domain This example code is part of the public domain
*/ */

View File

@ -17,7 +17,7 @@
by Scott Fitzgerald by Scott Fitzgerald
Thanks to Federico Vanzati for improvements Thanks to Federico Vanzati for improvements
http://arduino.cc/starterKit http://www.arduino.cc/starterKit
This example code is part of the public domain This example code is part of the public domain
*/ */

View File

@ -16,7 +16,7 @@
Created 13 September 2012 Created 13 September 2012
by Scott Fitzgerald by Scott Fitzgerald
http://arduino.cc/starterKit http://www.arduino.cc/starterKit
This example code is part of the public domain This example code is part of the public domain
*/ */

View File

@ -21,7 +21,7 @@
by Scott Fitzgerald by Scott Fitzgerald
Thanks to Federico Vanzati for improvements Thanks to Federico Vanzati for improvements
http://arduino.cc/starterKit http://www.arduino.cc/starterKit
This example code is part of the public domain This example code is part of the public domain
*/ */

View File

@ -13,12 +13,12 @@
Software required : Software required :
CapacitiveSensor library by Paul Badger CapacitiveSensor library by Paul Badger
http://arduino.cc/playground/Main/CapacitiveSensor http://www.arduino.cc/playground/Main/CapacitiveSensor
Created 18 September 2012 Created 18 September 2012
by Scott Fitzgerald by Scott Fitzgerald
http://arduino.cc/starterKit http://www.arduino.cc/starterKit
This example code is part of the public domain This example code is part of the public domain
*/ */

View File

@ -15,7 +15,7 @@
Created 18 September 2012 Created 18 September 2012
by Scott Fitzgerald by Scott Fitzgerald
http://arduino.cc/starterKit http://www.arduino.cc/starterKit
This example code is part of the public domain This example code is part of the public domain
*/ */
@ -55,7 +55,7 @@ void loop() {
colorMode(HSB, 255); colorMode(HSB, 255);
// load the Arduino logo into the PImage instance // load the Arduino logo into the PImage instance
logo = loadImage("http://arduino.cc/en/pub/skins/arduinoWide/img/logo.png"); logo = loadImage("http://www.arduino.cc/en/pub/skins/arduinoWide/img/logo.png");
// make the window the same size as the image // make the window the same size as the image
size(logo.width, logo.height); size(logo.width, logo.height);

View File

@ -13,7 +13,7 @@
Created 18 September 2012 Created 18 September 2012
by Scott Fitzgerald by Scott Fitzgerald
http://arduino.cc/starterKit http://www.arduino.cc/starterKit
This example code is part of the public domain This example code is part of the public domain
*/ */

View File

@ -100,7 +100,7 @@ editor.reserved_word_2.style = #00979C,plain
editor.literal_char.style = #00979C,plain editor.literal_char.style = #00979C,plain
editor.literal_string_double_quote.style = #00979C,plain editor.literal_string_double_quote.style = #00979C,plain
# http://arduino.cc/ # http://www.arduino.cc/
editor.url.style = #0000ff,underlined editor.url.style = #0000ff,underlined
# e.g. + - = / # e.g. + - = /

View File

@ -333,7 +333,7 @@ HISTORY
RESOURCES RESOURCES
--------- ---------
Web site: <http://arduino.cc/> Web site: <http://www.arduino.cc/>
Help on projects and programming: <http://forum.arduino.cc/> Help on projects and programming: <http://forum.arduino.cc/>

View File

@ -494,7 +494,7 @@ ARDUINO 1.5 BETA - 2012.10.22
* Everything is in beta, most features or libraries are still missing * Everything is in beta, most features or libraries are still missing
or incomplete. or incomplete.
* For more info refer to this press release: * For more info refer to this press release:
http://arduino.cc/blog/2012/10/22/arduino-1-5-support-for-the-due-and-other-processors-easier-library-installation-simplified-board-menu-etc/ http://www.arduino.cc/blog/2012/10/22/arduino-1-5-support-for-the-due-and-other-processors-easier-library-installation-simplified-board-menu-etc/
ARDUINO 1.0.7 ARDUINO 1.0.7
@ -726,7 +726,7 @@ ARDUINO 1.0.1 - 2012.05.21
* The IDE has been internationalized and translated into multiple languages. * The IDE has been internationalized and translated into multiple languages.
Thanks to Shigeru Kanemoto for the internationalization and Japanese Thanks to Shigeru Kanemoto for the internationalization and Japanese
translation and many others for the other translations. For more translation and many others for the other translations. For more
information, see: http://arduino.cc/playground/Main/LanguagesIDE information, see: http://www.arduino.cc/playground/Main/LanguagesIDE
* Added preference for selecting the language in which to display the * Added preference for selecting the language in which to display the
Arduino software. Defaults to the operating system locale. Arduino software. Defaults to the operating system locale.
@ -981,7 +981,7 @@ ARDUINO 0022 - 2010.12.24
* Adding an SD card library based on sdfatlib by Bill Greiman and the * Adding an SD card library based on sdfatlib by Bill Greiman and the
MemoryCard library by Philip Lindsay (follower) for SparkFun. MemoryCard library by Philip Lindsay (follower) for SparkFun.
http://arduino.cc/en/Reference/SD http://www.arduino.cc/en/Reference/SD
* Added character manipulation macros (from Wiring): isAlphaNumeric(), * Added character manipulation macros (from Wiring): isAlphaNumeric(),
isAlpha(), isAscii(), isWhitespace(), isControl(), isDigit(), isGraph(), isAlpha(), isAscii(), isWhitespace(), isControl(), isDigit(), isGraph(),

View File

@ -50,7 +50,7 @@
/* */ /* */
/* Code builds on code, libraries and optimisations from: */ /* Code builds on code, libraries and optimisations from: */
/* stk500boot.c by Jason P. Kyle */ /* stk500boot.c by Jason P. Kyle */
/* Arduino bootloader http://arduino.cc */ /* Arduino bootloader http://www.arduino.cc */
/* Spiff's 1K bootloader http://spiffie.org/know/arduino_1k_bootloader/bootloader.shtml */ /* Spiff's 1K bootloader http://spiffie.org/know/arduino_1k_bootloader/bootloader.shtml */
/* avr-libc project http://nongnu.org/avr-libc */ /* avr-libc project http://nongnu.org/avr-libc */
/* Adaboot http://www.ladyada.net/library/arduino/bootloader.html */ /* Adaboot http://www.ladyada.net/library/arduino/bootloader.html */

View File

@ -4,6 +4,6 @@ author=Arduino, Christopher Andrews
maintainer=Arduino <info@arduino.cc> maintainer=Arduino <info@arduino.cc>
sentence=Enables reading and writing to the permanent board storage. For all Arduino boards BUT Arduino DUE. sentence=Enables reading and writing to the permanent board storage. For all Arduino boards BUT Arduino DUE.
paragraph= paragraph=
url=http://arduino.cc/en/Reference/EEPROM url=http://www.arduino.cc/en/Reference/EEPROM
architectures=avr architectures=avr

View File

@ -4,6 +4,6 @@ author=Arduino
maintainer=Arduino <info@arduino.cc> maintainer=Arduino <info@arduino.cc>
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. For all Arduino boards, BUT Arduino DUE. sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. For all Arduino boards, BUT Arduino DUE.
paragraph= paragraph=
url=http://arduino.cc/en/Reference/SPI url=http://www.arduino.cc/en/Reference/SPI
architectures=avr architectures=avr

View File

@ -4,6 +4,6 @@ author=Arduino
maintainer=Arduino <info@arduino.cc> maintainer=Arduino <info@arduino.cc>
sentence=Enables serial communication on digital pins. For all Arduino boards, BUT Arduino DUE. sentence=Enables serial communication on digital pins. For all Arduino boards, BUT Arduino DUE.
paragraph= paragraph=
url=http://arduino.cc/en/Reference/SoftwareSerial url=http://www.arduino.cc/en/Reference/SoftwareSerial
architectures=avr architectures=avr

View File

@ -4,6 +4,6 @@ author=Arduino
maintainer=Arduino <info@arduino.cc> maintainer=Arduino <info@arduino.cc>
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. For all Arduino boards, BUT Arduino DUE. sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. For all Arduino boards, BUT Arduino DUE.
paragraph= paragraph=
url=http://arduino.cc/en/Reference/Wire url=http://www.arduino.cc/en/Reference/Wire
architectures=avr architectures=avr

View File

@ -4,6 +4,6 @@ author=Arduino
maintainer=Arduino <info@arduino.cc> maintainer=Arduino <info@arduino.cc>
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. For Arduino DUE only. sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. For Arduino DUE only.
paragraph= paragraph=
url=http://arduino.cc/en/Reference/SPI url=http://www.arduino.cc/en/Reference/SPI
architectures=sam architectures=sam

View File

@ -4,6 +4,6 @@ author=Arduino
maintainer=Arduino <info@arduino.cc> maintainer=Arduino <info@arduino.cc>
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. For Arduino DUE only. sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. For Arduino DUE only.
paragraph= paragraph=
url=http://arduino.cc/en/Reference/Wire url=http://www.arduino.cc/en/Reference/Wire
architectures=sam architectures=sam

View File

@ -3,7 +3,7 @@
The Audio library enables an Arduino Due board to play back .wav files from a storage device like an SD card. The Audio library enables an Arduino Due board to play back .wav files from a storage device like an SD card.
For more information about this library please visit us at For more information about this library please visit us at
http://arduino.cc/en/Reference/Audio http://www.arduino.cc/en/Reference/Audio
== License == == License ==

View File

@ -14,7 +14,7 @@
This example code is in the public domain This example code is in the public domain
http://arduino.cc/en/Tutorial/SimpleAudioPlayer http://www.arduino.cc/en/Tutorial/SimpleAudioPlayer
*/ */

View File

@ -1,9 +1,9 @@
name=Audio name=Audio
version=1.0.2 version=1.0.3
author=Arduino author=Arduino
maintainer=Arduino <info@arduino.cc> maintainer=Arduino <info@arduino.cc>
sentence=Allows playing audio files from an SD card. For Arduino DUE only. sentence=Allows playing audio files from an SD card. For Arduino DUE only.
paragraph=With this library you can use the Arduino Due DAC outputs to play audio files.<br />The audio files must be in the raw .wav format. paragraph=With this library you can use the Arduino Due DAC outputs to play audio files.<br />The audio files must be in the raw .wav format.
category=Signal Input/Output category=Signal Input/Output
url=http://arduino.cc/en/Reference/Audio url=http://www.arduino.cc/en/Reference/Audio
architectures=sam architectures=sam

View File

@ -3,7 +3,7 @@
The Bridge library simplifies communication between the ATmega32U4 and the AR9331. The Bridge library simplifies communication between the ATmega32U4 and the AR9331.
For more information about this library please visit us at For more information about this library please visit us at
http://arduino.cc/en/Reference/YunBridgeLibrary http://www.arduino.cc/en/Reference/YunBridgeLibrary
== License == == License ==

View File

@ -18,7 +18,7 @@
This example code is part of the public domain This example code is part of the public domain
http://arduino.cc/en/Tutorial/Bridge http://www.arduino.cc/en/Tutorial/Bridge
*/ */

View File

@ -19,7 +19,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/ConsoleAsciiTable http://www.arduino.cc/en/Tutorial/ConsoleAsciiTable
*/ */

View File

@ -23,7 +23,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/ConsolePixel http://www.arduino.cc/en/Tutorial/ConsolePixel
*/ */

View File

@ -17,7 +17,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/ConsoleRead http://www.arduino.cc/en/Tutorial/ConsoleRead
*/ */

View File

@ -26,7 +26,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/YunDatalogger http://www.arduino.cc/en/Tutorial/YunDatalogger
*/ */

View File

@ -9,7 +9,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/FileWriteScript http://www.arduino.cc/en/Tutorial/FileWriteScript
*/ */

View File

@ -11,7 +11,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/HttpClient http://www.arduino.cc/en/Tutorial/HttpClient
*/ */
@ -37,7 +37,7 @@ void loop() {
HttpClient client; HttpClient client;
// Make a HTTP request: // Make a HTTP request:
client.get("http://arduino.cc/asciilogo.txt"); client.get("http://www.arduino.cc/asciilogo.txt");
// if there are incoming bytes available // if there are incoming bytes available
// from the server, read them and print them: // from the server, read them and print them:

View File

@ -15,7 +15,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/MailboxReadMessage http://www.arduino.cc/en/Tutorial/MailboxReadMessage
*/ */

View File

@ -9,7 +9,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/Process http://www.arduino.cc/en/Tutorial/Process
*/ */
@ -39,7 +39,7 @@ void runCurl() {
// curl is command line program for transferring data using different internet protocols // curl is command line program for transferring data using different internet protocols
Process p; // Create a process and call it "p" Process p; // Create a process and call it "p"
p.begin("curl"); // Process that launch the "curl" command p.begin("curl"); // Process that launch the "curl" command
p.addParameter("http://arduino.cc/asciilogo.txt"); // Add the URL parameter to "curl" p.addParameter("http://www.arduino.cc/asciilogo.txt"); // Add the URL parameter to "curl"
p.run(); // Run the process and wait for its termination p.run(); // Run the process and wait for its termination
// Print arduino logo over the Serial // Print arduino logo over the Serial

View File

@ -17,7 +17,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/ShellCommands http://www.arduino.cc/en/Tutorial/ShellCommands
*/ */

View File

@ -31,7 +31,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/TemperatureWebPanel http://www.arduino.cc/en/Tutorial/TemperatureWebPanel
*/ */

View File

@ -10,7 +10,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/TimeCheck http://www.arduino.cc/en/Tutorial/TimeCheck
*/ */

View File

@ -14,7 +14,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/YunWiFiStatus http://www.arduino.cc/en/Tutorial/YunWiFiStatus
*/ */

View File

@ -27,7 +27,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/YunSerialTerminal http://www.arduino.cc/en/Tutorial/YunSerialTerminal
*/ */

View File

@ -1,9 +1,9 @@
name=Bridge name=Bridge
version=1.0.4 version=1.0.5
author=Arduino author=Arduino
maintainer=Arduino <info@arduino.cc> maintainer=Arduino <info@arduino.cc>
sentence=Enables the communication between the Linux processor and the AVR. For Arduino Yún and TRE only. sentence=Enables the communication between the Linux processor and the AVR. For Arduino Yún and TRE only.
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. 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.
category=Communication category=Communication
url=http://arduino.cc/en/Reference/YunBridgeLibrary url=http://www.arduino.cc/en/Reference/YunBridgeLibrary
architectures=* architectures=*

View File

@ -3,7 +3,7 @@
The library offers easy access to the data from the onboard Esplora's sensors, and provides the ability to change the state of the outputs. The library offers easy access to the data from the onboard Esplora's sensors, and provides the ability to change the state of the outputs.
For more information about this library please visit us at For more information about this library please visit us at
http://arduino.cc/en/Reference/EsploraLibrary http://www.arduino.cc/en/Reference/EsploraLibrary
== License == == License ==

View File

@ -20,7 +20,7 @@
Updated 8 March 2014 Updated 8 March 2014
by Scott Fitzgerald by Scott Fitzgerald
http://arduino.cc/en/Reference/EsploraReadJoystickSwitch http://www.arduino.cc/en/Reference/EsploraReadJoystickSwitch
This example is in the public domain. This example is in the public domain.
*/ */

View File

@ -1,9 +1,9 @@
name=Esplora name=Esplora
version=1.0.3 version=1.0.4
author=Arduino author=Arduino
maintainer=Arduino <info@arduino.cc> maintainer=Arduino <info@arduino.cc>
sentence=Grants easy access to the various sensors and actuators of the Esplora. For Arduino Esplora only. sentence=Grants easy access to the various sensors and actuators of the Esplora. For Arduino Esplora only.
paragraph=The sensors available on the board are:2-Axis analog joystick with center push-button,4 push-buttons,microphone, light sensor, temperature sensor, 3-axis accelerometer, 2 TinkerKit input connectors.</br>The actuators available on the board are: bright RGB LED, piezo buzzer, 2 TinkerKit output connectors. paragraph=The sensors available on the board are:2-Axis analog joystick with center push-button,4 push-buttons,microphone, light sensor, temperature sensor, 3-axis accelerometer, 2 TinkerKit input connectors.</br>The actuators available on the board are: bright RGB LED, piezo buzzer, 2 TinkerKit output connectors.
category=Device Control category=Device Control
url=http://arduino.cc/en/Reference/EsploraLibrary url=http://www.arduino.cc/en/Reference/EsploraLibrary
architectures=avr architectures=avr

View File

@ -3,7 +3,7 @@
With the Arduino Ethernet Shield, this library allows an Arduino board to connect to the internet. With the Arduino Ethernet Shield, this library allows an Arduino board to connect to the internet.
For more information about this library please visit us at For more information about this library please visit us at
http://arduino.cc/en/Reference/Ethernet http://www.arduino.cc/en/Reference/Ethernet
== License == == License ==

View File

@ -17,7 +17,7 @@
modified 21 Jan 2014 modified 21 Jan 2014
by Federico Vanzati by Federico Vanzati
http://arduino.cc/en/Tutorial/WebClientRepeating http://www.arduino.cc/en/Tutorial/WebClientRepeating
This code is in the public domain. This code is in the public domain.
*/ */

View File

@ -1,9 +1,9 @@
name=Ethernet name=Ethernet
version=1.0.2 version=1.0.3
author=Arduino author=Arduino
maintainer=Arduino <info@arduino.cc> maintainer=Arduino <info@arduino.cc>
sentence=Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards. sentence=Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.
paragraph=With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS. paragraph=With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.
category=Communication category=Communication
url=http://arduino.cc/en/Reference/Ethernet url=http://www.arduino.cc/en/Reference/Ethernet
architectures=* architectures=*

View File

@ -3,7 +3,7 @@
The Firmata library implements the Firmata protocol for communicating with software on the host computer. This allows you to write custom firmware without having to create your own protocol and objects for the programming environment that you are using. The Firmata library implements the Firmata protocol for communicating with software on the host computer. This allows you to write custom firmware without having to create your own protocol and objects for the programming environment that you are using.
For more information about this library please visit us at For more information about this library please visit us at
http://arduino.cc/en/Reference/Firmata http://www.arduino.cc/en/Reference/Firmata
== License == == License ==

View File

@ -3,7 +3,7 @@
With the Arduino GSM Shield, this library enables an Arduino board to do most of the operations you can do with a GSM phone: place and receive voice calls, send and receive SMS, and connect to the internet over a GPRS network. With the Arduino GSM Shield, this library enables an Arduino board to do most of the operations you can do with a GSM phone: place and receive voice calls, send and receive SMS, and connect to the internet over a GPRS network.
For more information about this library please visit us at For more information about this library please visit us at
http://arduino.cc/en/Reference/GSM http://www.arduino.cc/en/Reference/GSM
== License == == License ==
Copyright (c) 2012 Telefónica Digital - PDI - Physical Internet Lab Copyright (c) 2012 Telefónica Digital - PDI - Physical Internet Lab

View File

@ -2,7 +2,7 @@
Web client Web client
This sketch connects to a website through a GSM shield. Specifically, This sketch connects to a website through a GSM shield. Specifically,
this example downloads the URL "http://arduino.cc/asciilogo.txt" and this example downloads the URL "http://www.arduino.cc/asciilogo.txt" and
prints it to the Serial monitor. prints it to the Serial monitor.
Circuit: Circuit:
@ -12,7 +12,7 @@
created 8 Mar 2012 created 8 Mar 2012
by Tom Igoe by Tom Igoe
http://arduino.cc/en/Tutorial/GSMExamplesWebClient http://www.arduino.cc/en/Tutorial/GSMExamplesWebClient
*/ */

View File

@ -13,7 +13,7 @@
This example is in the public domain. This example is in the public domain.
http://arduino.cc/en/Tutorial/GSMExamplesReceiveSMS http://www.arduino.cc/en/Tutorial/GSMExamplesReceiveSMS
*/ */

View File

@ -7,7 +7,7 @@
Circuit: Circuit:
* GSM shield * GSM shield
* Voice circuit. Refer to to the GSM shield getting started guide * Voice circuit. Refer to to the GSM shield getting started guide
at http://arduino.cc/en/Guide/ArduinoGSMShield#toc11 at http://www.arduino.cc/en/Guide/ArduinoGSMShield#toc11
* SIM card that can accept voice calls * SIM card that can accept voice calls
With no voice circuit the call will connect, but will not send or receive sound With no voice circuit the call will connect, but will not send or receive sound
@ -17,7 +17,7 @@
This example is in the public domain. This example is in the public domain.
http://arduino.cc/en/Tutorial/GSMExamplesReceiveVoiceCall http://www.arduino.cc/en/Tutorial/GSMExamplesReceiveVoiceCall
*/ */

View File

@ -17,7 +17,7 @@
This example is in the public domain. This example is in the public domain.
http://arduino.cc/en/Tutorial/GSMExamplesSendSMS http://www.arduino.cc/en/Tutorial/GSMExamplesSendSMS
*/ */

View File

@ -16,7 +16,7 @@
Modified 4 Feb 2013 Modified 4 Feb 2013
by Scott Fitzgerald by Scott Fitzgerald
http://arduino.cc/en/Tutorial/GSMToolsGsmScanNetworks http://www.arduino.cc/en/Tutorial/GSMToolsGsmScanNetworks
This example code is part of the public domain This example code is part of the public domain
*/ */

View File

@ -12,7 +12,7 @@
This example code is part of the public domain This example code is part of the public domain
http://arduino.cc/en/Tutorial/GSMToolsPinManagement http://www.arduino.cc/en/Tutorial/GSMToolsPinManagement
*/ */

View File

@ -13,7 +13,7 @@
This example code is part of the public domain This example code is part of the public domain
http://arduino.cc/en/Tutorial/GSMToolsTestGPRS http://www.arduino.cc/en/Tutorial/GSMToolsTestGPRS
*/ */
@ -34,7 +34,7 @@ String errortext = "ERROR";
// URL and path (for example: arduino.cc) // URL and path (for example: arduino.cc)
char url[] = "arduino.cc"; char url[] = "arduino.cc";
char urlproxy[] = "http://arduino.cc"; char urlproxy[] = "http://www.arduino.cc";
char path[] = "/"; char path[] = "/";
// variable for save response obtained // variable for save response obtained

View File

@ -12,7 +12,7 @@
modified 21 Nov 2012 modified 21 Nov 2012
by Tom Igoe by Tom Igoe
http://arduino.cc/en/Tutorial/GSMToolsTestModem http://www.arduino.cc/en/Tutorial/GSMToolsTestModem
This sample code is part of the public domain This sample code is part of the public domain

View File

@ -12,7 +12,7 @@
modified 21 Nov 2012 modified 21 Nov 2012
by Tom Igoe by Tom Igoe
http://arduino.cc/en/Tutorial/GSMToolsTestWebServer http://www.arduino.cc/en/Tutorial/GSMToolsTestWebServer
This example code is part of the public domain This example code is part of the public domain
*/ */

View File

@ -1,9 +1,9 @@
name=GSM name=GSM
version=1.0.3 version=1.0.4
author=Arduino author=Arduino
maintainer=Arduino <info@arduino.cc> maintainer=Arduino <info@arduino.cc>
sentence=Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE. sentence=Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.
paragraph=Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.</br>This library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.</br> paragraph=Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.</br>This library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.</br>
category=Communication category=Communication
url=http://arduino.cc/en/Reference/GSM url=http://www.arduino.cc/en/Reference/GSM
architectures=avr architectures=avr

View File

@ -3,7 +3,7 @@
This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs.
For more information about this library please visit us at For more information about this library please visit us at
http://arduino.cc/en/Reference/LiquidCrystal http://www.arduino.cc/en/Reference/LiquidCrystal
== License == == License ==

View File

@ -32,7 +32,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/LiquidCrystalAutoscroll http://www.arduino.cc/en/Tutorial/LiquidCrystalAutoscroll
*/ */

View File

@ -32,7 +32,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/LiquidCrystalBlink http://www.arduino.cc/en/Tutorial/LiquidCrystalBlink
*/ */

View File

@ -33,7 +33,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/LiquidCrystalCursor http://www.arduino.cc/en/Tutorial/LiquidCrystalCursor
*/ */

View File

@ -33,7 +33,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/LiquidCrystalDisplay http://www.arduino.cc/en/Tutorial/LiquidCrystalDisplay
*/ */

View File

@ -33,7 +33,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/LiquidCrystalScroll http://www.arduino.cc/en/Tutorial/LiquidCrystalScroll
*/ */

View File

@ -32,7 +32,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/LiquidCrystalSerial http://www.arduino.cc/en/Tutorial/LiquidCrystalSerial
*/ */
// include the library code: // include the library code:

View File

@ -32,7 +32,7 @@ by Tom Igoe
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/LiquidCrystalTextDirection http://www.arduino.cc/en/Tutorial/LiquidCrystalTextDirection
*/ */

View File

@ -32,7 +32,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/LiquidCrystalSetCursor http://www.arduino.cc/en/Tutorial/LiquidCrystalSetCursor
*/ */

Some files were not shown because too many files have changed in this diff Show More