File tree 12 files changed +12
-12
lines changed
examples/04.Communication
12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 16
16
17
17
This example code is in the public domain.
18
18
19
- https://www .arduino.cc/en/Tutorial/BuiltInExamples /ASCIITable
19
+ https://docs .arduino.cc/built-in-examples/communication /ASCIITable
20
20
*/
21
21
22
22
void setup () {
Original file line number Diff line number Diff line change 17
17
18
18
This example code is in the public domain.
19
19
20
- https://www .arduino.cc/en/Tutorial/BuiltInExamples /Dimmer
20
+ https://docs .arduino.cc/built-in-examples/communication /Dimmer
21
21
*/
22
22
23
23
const int ledPin = 9 ; // the pin that the LED is attached to
Original file line number Diff line number Diff line change 22
22
23
23
This example code is in the public domain.
24
24
25
- https://www .arduino.cc/en/Tutorial/BuiltInExamples /Graph
25
+ https://docs .arduino.cc/built-in-examples/communication /Graph
26
26
*/
27
27
28
28
void setup () {
Original file line number Diff line number Diff line change 17
17
18
18
This example code is in the public domain.
19
19
20
- https://www .arduino.cc/en/Tutorial/BuiltInExamples /Midi
20
+ https://docs .arduino.cc/built-in-examples/communication /Midi
21
21
*/
22
22
23
23
void setup () {
Original file line number Diff line number Diff line change 18
18
19
19
This example code is in the public domain.
20
20
21
- https://www .arduino.cc/en/Tutorial/BuiltInExamples /MultiSerialMega
21
+ https://docs .arduino.cc/built-in-examples/communication /MultiSerialMega
22
22
*/
23
23
24
24
Original file line number Diff line number Diff line change 18
18
19
19
This example code is in the public domain.
20
20
21
- https://www .arduino.cc/en/Tutorial/BuiltInExamples /PhysicalPixel
21
+ https://docs .arduino.cc/built-in-examples/communication /PhysicalPixel
22
22
*/
23
23
24
24
const int ledPin = 13 ; // the pin that the LED is attached to
Original file line number Diff line number Diff line change 18
18
19
19
This example code is in the public domain.
20
20
21
- https://www .arduino.cc/en/Tutorial/BuiltInExamples /ReadASCIIString
21
+ https://docs .arduino.cc/built-in-examples/communication /ReadASCIIString
22
22
*/
23
23
24
24
// pins for the LEDs:
Original file line number Diff line number Diff line change 18
18
19
19
This example code is in the public domain.
20
20
21
- https://www .arduino.cc/en/Tutorial/BuiltInExamples /SerialCallResponse
21
+ https://docs .arduino.cc/built-in-examples/communication /SerialCallResponse
22
22
*/
23
23
24
24
int firstSensor = 0 ; // first analog sensor
Original file line number Diff line number Diff line change 19
19
20
20
This example code is in the public domain.
21
21
22
- https://www .arduino.cc/en/Tutorial/BuiltInExamples /SerialCallResponseASCII
22
+ https://docs .arduino.cc/built-in-examples/communication /SerialCallResponseASCII
23
23
*/
24
24
25
25
int firstSensor = 0 ; // first analog sensor
Original file line number Diff line number Diff line change 15
15
16
16
This example code is in the public domain.
17
17
18
- https://www .arduino.cc/en/Tutorial/BuiltInExamples /SerialEvent
18
+ https://docs .arduino.cc/built-in-examples/communication /SerialEvent
19
19
*/
20
20
21
21
String inputString = " " ; // a String to hold incoming data
Original file line number Diff line number Diff line change 21
21
created 23 May 2016
22
22
by Erik Nyquist
23
23
24
- https://www .arduino.cc/en/Tutorial/BuiltInExamples /SerialPassthrough
24
+ https://docs .arduino.cc/built-in-examples/communication /SerialPassthrough
25
25
*/
26
26
27
27
void setup () {
Original file line number Diff line number Diff line change 13
13
14
14
This example code is in the public domain.
15
15
16
- https://www .arduino.cc/en/Tutorial/BuiltInExamples /VirtualColorMixer
16
+ https://docs .arduino.cc/built-in-examples/communication /VirtualColorMixer
17
17
*/
18
18
19
19
const int redPin = A0; // sensor to control red color
You can’t perform that action at this time.
0 commit comments