Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The main sketch is as follows:

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/Tone
https://www.arduino.cc/en/Tutorial/Tone

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Here's the main sketch:

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/Tone4
https://www.arduino.cc/en/Tutorial/Tone4

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The sketch is as follows:

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/Tone2
https://www.arduino.cc/en/Tutorial/Tone2

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The newly mapped sensor data is then output to the `analogOutPin` dimming or bri

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/AnalogInOutSerial
https://www.arduino.cc/en/Tutorial/AnalogInOutSerial

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ This loop subtracts a point from the brightness variable, dimming the LED back d

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/AnalogWriteMega
https://www.arduino.cc/en/Tutorial/AnalogWriteMega

*/

Expand Down
2 changes: 1 addition & 1 deletion content/built-in-examples/03.analog/Fading/Fading.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ In this example two loops are executed one after the other to increase and then

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/Fading
https://www.arduino.cc/en/Tutorial/Fading

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Connect the 220 ohm current limiting resistor to digital pin 9, with an LED in s

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/Dimmer
https://www.arduino.cc/en/Tutorial/Dimmer

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Many Arduino boards have a built-in LED connected to pin 13; if your board has n

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/PhysicalPixel
https://www.arduino.cc/en/Tutorial/PhysicalPixel

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Connect analog sensors to analog input pin 0 and 1 with 10K ohm resistors used a

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/SerialCallResponse
https://www.arduino.cc/en/Tutorial/SerialCallResponse

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The sensor values are sent from the Arduino to the computer as [ASCII-encoded de

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/VirtualColorMixer
https://www.arduino.cc/en/Tutorial/VirtualColorMixer

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Connect six LEDs, with 220 ohm resistors in series, to digital pins 2-7 on your

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/Array
https://www.arduino.cc/en/Tutorial/Array

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ To make this sketch work, your board must be connected to your computer. In the

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/SwitchCase2
https://www.arduino.cc/en/Tutorial/SwitchCase2

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Connect your analog sensor (e.g. potentiometer, light sensor) on analog input 2

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/WhileLoop
https://www.arduino.cc/en/Tutorial/WhileLoop

*/

Expand Down
2 changes: 1 addition & 1 deletion content/built-in-examples/06.sensors/ADXL3xx/ADXL3xx.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ This solution allows the [breakout boards from Sparkfun](http://www.sparkfun.com

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/ADXL3xx
https://www.arduino.cc/en/Tutorial/ADXL3xx

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Open the Serial Monitor of the Arduino Software (IDE) to see the values read fro

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/Memsic2125
https://www.arduino.cc/en/Tutorial/Memsic2125

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Open the serial monitor window of the Arduino Software (IDE) and type in a singl

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/CharacterAnalysis
https://www.arduino.cc/en/Tutorial/CharacterAnalysis

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Here's a working example of several different concatenation examples :

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/StringAdditionOperator
https://www.arduino.cc/en/Tutorial/StringAdditionOperator

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ There is no circuit for this example, though your board must be connected to you

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/StringLengthTrim
https://www.arduino.cc/en/Tutorial/StringLengthTrim

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ There is no circuit for this example, though your board must be connected to you

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/StringLengthTrim
https://www.arduino.cc/en/Tutorial/StringLengthTrim
*/

void setup() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ If you look for a position that's outside the range of the string,you'll get unp

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/StringStartsWithEndsWith
https://www.arduino.cc/en/Tutorial/StringStartsWithEndsWith
*/

void setup() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Connect your board to your computer with a micro-USB cable. The buttons are conn

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/ButtonMouseControl
https://www.arduino.cc/en/Tutorial/ButtonMouseControl

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ While the sketch is running, pressing the button will connect pin 2 to ground an
This example is in the public domain.
http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/KeyboardLogout
https://www.arduino.cc/en/Tutorial/KeyboardLogout
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Connect your board to the USB port, then push the button to connect D2 with GND

This example is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/KeyboardReprogram
https://www.arduino.cc/en/Tutorial/KeyboardReprogram

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Once programmed, open your serial monitor and send a byte. The board will reply

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/KeyboardSerial
https://www.arduino.cc/en/Tutorial/KeyboardSerial

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Sends out to MIDI the event to turn off the note of the specified pitch on the

This example code is in the public domain

http://arduino.cchttps://www.arduino.cc/en/Tutorial/AnalogToMidi
https://www.arduino.cc/en/Tutorial/AnalogToMidi

created by Arturo Guadalupi <a.guadalupi@arduino.cc>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ As an alternative, you may purchase the [Electret microphone amplifier - MAX4466

This example code is in the public domain

http://arduino.cchttps://www.arduino.cc/en/Tutorial/SimpleAudioFrequencyMeter
https://www.arduino.cc/en/Tutorial/SimpleAudioFrequencyMeter

created by Arturo Guadalupi <a.guadalupi@arduino.cc>

Expand Down
4 changes: 2 additions & 2 deletions content/learn/04.electronics/03.lcd-displays/lcd-displays.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ This example sketch prints `Hello World!` to the LCD and shows the time in secon

This example code is in the public domain.

http://www.arduino.cc/en/Tutorial/LiquidCrystalHelloWorld
https://docs.arduino.cc/learn/electronics/lcd-displays

*/

Expand Down Expand Up @@ -1058,7 +1058,7 @@ This potentiometer controls the `delayTime` variable.
https://github.com/adafruit/SPI_VFD/blob/master/examples/createChar/createChar.pde

This example code is in the public domain.
http://www.arduino.cc/en/Tutorial/LiquidCrystalCustomCharacter
https://docs.arduino.cc/learn/electronics/lcd-displays#custom-character

Also useful:
http://icontexto.com/charactercreator/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Below is the full program for controlling a DC motor with a transistor. Further
Created on 03 January 2013
by Scott Fitzgerald

http://www.arduino.cc/en/Tutorial/TransistorMotorControl
https://docs.arduino.cc/learn/electronics/transistor-motor-control

This example code is in the public domain.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ When you attach the Esplora, press Shift-Command-M in the Arduino software to op

by Scott Fitzgerald

http://www.arduino.ccarduino.cc/en/Reference/EsploraReadJoystickSwitch
http://www.arduino.cc/en/Reference/EsploraReadJoystickSwitch

This example is in the public domain.

Expand Down
2 changes: 1 addition & 1 deletion content/library-examples/wifi-library/WiFiRTC/WiFiRTC.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The code is based on [Epoch](https://raw.githubusercontent.com/arduino-libraries

modified 26 Sept 2018

http://arduino.cchttps://www.arduino.cc/en/Tutorial/WiFiRTC
https://www.arduino.cc/en/Tutorial/WiFiRTC

This code is in the public domain.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ image developed using [Fritzing](http://www.fritzing.org). For more circuit exam

by Federico Vanzati

http://www.arduino.cc/en/Tutorial/WifiWebClientRepeating
https://docs.arduino.cc/library-examples/wifi-library/WiFiWebClientRepeating

This code is in the public domain.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: 'The first steps to setting up the Intel® Galileo Gen2'

**This is a retired product.**

The [Intel® Galileo Gen2](http://arduino.cc/en/ArduinoCertified/IntelGalileoGen2) supports shields that operate at either 3.3v or 5v. The board is designed to be hardware and software pin-compatible with Arduino shields designed for the Uno R3. Digital pins 0 to 13 (and the adjacent AREF and GND pins), Analog inputs 0 to 5, the power header, ICSP header, and the UART port pins (0 and 1), are all in the same locations as on the Arduino Uno R3.
The [Intel® Galileo Gen2](/retired/getting-started-guides/IntelGalileoGen2) supports shields that operate at either 3.3v or 5v. The board is designed to be hardware and software pin-compatible with Arduino shields designed for the Uno R3. Digital pins 0 to 13 (and the adjacent AREF and GND pins), Analog inputs 0 to 5, the power header, ICSP header, and the UART port pins (0 and 1), are all in the same locations as on the Arduino Uno R3.

The Intel® Galileo Gen2 is programmed using the [Arduino Software (IDE)](https://arduino.cc/en/Main/Software), our Integrated Development Environment common to all our boards and running both [online](https://create.arduino.cc/editor) and offline. For more information on how to get started with the Arduino Software visit the [Getting Started page](https://arduino.cc/en/Guide/HomePage).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2847,7 +2847,7 @@ WEP network passwords are hexadecimal strings known as keys. A WEP network can h

by Federico Vanzati

http://www.arduino.cc/en/Tutorial/WifiWebClientRepeating
https://docs.arduino.cc/library-examples/wifi-library/WiFiWebClientRepeating

This code is in the public domain.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ by Helena Bisby <support@arduino.cc>

This example code is in the public domain

http://arduino.cchttps://www.arduino.cc/en/Tutorial/WiFi101ThingSpeakDataUploader
https://www.arduino.cc/en/Tutorial/WiFi101ThingSpeakDataUploader

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ This function is used **event title** and the **event duration** in order to un

by Arturo Guadalupi <a.guadalupi@arduino.cc>

http://arduino.cchttps://www.arduino.cc/en/Tutorial/GoogleCalendarWiFi101
https://www.arduino.cc/en/Tutorial/GoogleCalendarWiFi101

This code is in the public domain.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Connect the pushbutton between pin 2 and ground, without any resistor as referen

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/InputPullupSerial
https://www.arduino.cc/en/Tutorial/InputPullupSerial

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Upload the sketch below to your board:

by Arturo Guadalupi <a.guadalupi@arduino.cc>

http://arduino.cc/en/Tutorial/
https://docs.arduino.cc/tutorials/generic/scheduled-wifi-ssl-web-client

This code is in the public domain.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Only your Arduino Board is needed for this example.
This example code is in the public domain
http://arduino.cchttps://www.arduino.cc/en/Tutorial/SimpleRTCAlarm
https://www.arduino.cc/en/Tutorial/SimpleRTCAlarm
created by Arturo Guadalupi <a.guadalupi@arduino.cc>
Expand Down
2 changes: 1 addition & 1 deletion content/tutorials/generic/simple-rtc/simple-rtc.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Only your Arduino Board is needed for this example.

This example code is in the public domain

http://arduino.cchttps://www.arduino.cc/en/Tutorial/SimpleRTC
https://www.arduino.cc/en/Tutorial/SimpleRTC

created by Arturo Guadalupi <a.guadalupi@arduino.cc>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Only your Arduino Board is needed for this example.

This example code is in the public domain

http://arduino.cchttps://www.arduino.cc/en/Tutorial/SleepRTCAlarm
https://www.arduino.cc/en/Tutorial/SleepRTCAlarm

created by Arturo Guadalupi

Expand Down
Loading