Skip to content

Commit b2403fd

Browse files
committed
batch replace
1 parent f067c91 commit b2403fd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+149
-149
lines changed

Language/Functions/Advanced IO/pulseInLong.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ la durata dell'impulso ( in microsecondi ) oppure 0 se nessun impulso è partito
5252

5353
[float]
5454
=== Codice di esempio
55-
// Describe what the example code is all about and add relevant code ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
55+
// Descrivi di quale argomento tratta il codice di esempio e aggiungi il codice relativo ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
5656
Questo programma di esempio calcola il tempo di durata di un impulso sul pin 7.
5757

5858
[source,arduino]

Language/Functions/Advanced IO/shiftOut.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Nulla
5353

5454
[float]
5555
=== Codice di esempio
56-
// Describe what the example code is all about and add relevant code ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
56+
// Descrivi di quale argomento tratta il codice di esempio e aggiungi il codice relativo ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
5757
Per il circuito di accompagnamento, vedi il http://arduino.cc/en/Tutorial/ShiftOut[tutorial su come controllare un registro a scorrimento 74HC595].
5858

5959
[source,arduino]

Language/Functions/Analog IO/analogRead.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ int( 0 to 1023 )
5252

5353
[float]
5454
=== Codice di Esempio
55-
// Describe what the example code is all about and add relevant code ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
55+
// Descrivi di quale argomento tratta il codice di esempio e aggiungi il codice relativo ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
5656
Il codice legge la tensione su analogPin e la visualizza.
5757

5858
[source,arduino]

Language/Functions/Bits and Bytes/highByte.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ byte
4343
--
4444

4545
[float]
46-
=== See also
46+
=== Vedi anche
4747

4848
[role="language"]
4949
* #LANGUAGE# link:../../../variables/data-types/word[word()]

Language/Functions/Bits and Bytes/lowByte.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ byte
4242
--
4343

4444
[float]
45-
=== See also
45+
=== Vedi anche
4646

4747
[role="language"]
4848
* #LANGUAGE# link:../../../variables/data-types/word[word()]

Language/Functions/Characters/isAlphaNumeric.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ else
7070
--
7171

7272
[float]
73-
=== See also
73+
=== Vedi anche
7474

7575
[role="language"]
7676
* #LINGUAGGIO# link:../../../variables/data-types/char[char]

Language/Functions/Characters/isGraph.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ else
6767
--
6868

6969
[float]
70-
=== See also
70+
=== Vedi anche
7171

7272
[role="language"]
7373
* #LANGUAGE# link:../../../variables/data-types/char[char]

Language/Functions/Characters/isHexadecimalDigit.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ else
6767
--
6868

6969
[float]
70-
=== See also
70+
=== Vedi anche
7171

7272
[role="language"]
7373
* #LANGUAGE# link:../../../variables/data-types/char[char]

Language/Functions/Communication/Serial/available.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ void loop() {
102102
--
103103

104104
[float]
105-
=== See also
105+
=== Vedi anche
106106

107107
[role="language"]
108108
* #LANGUAGE# link:../begin[begin()] +

Language/Functions/Communication/Serial/availableForWrite.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The number of bytes available to read .
4545
--
4646

4747
[float]
48-
=== See also
48+
=== Vedi anche
4949

5050
[role="language"]
5151
* #LANGUAGE# link:../begin[begin()] +

Language/Functions/Communication/Serial/begin.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ Nothing
8282
--
8383

8484
[float]
85-
=== Example Code
86-
// Describe what the example code is all about and add relevant code ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
85+
=== Codice di Esempio
86+
// Descrivi di quale argomento tratta il codice di esempio e aggiungi il codice relativo ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
8787

8888

8989
[source,arduino]

Language/Functions/Communication/Serial/find.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Serial.find() inherits from the link:../../stream[stream] utility class.
4141
--
4242

4343
[float]
44-
=== See also
44+
=== Vedi anche
4545

4646
[role="language"]
4747
* #LANGUAGE# link:../../stream[stream] +

Language/Functions/Communication/Serial/findUntil.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The function returns true if the target string is found, false if it times out.
4747
--
4848

4949
[float]
50-
=== Notes and Warnings
50+
=== Note e Avvertimenti
5151

5252
--
5353
// HOW TO USE SECTION ENDS
@@ -58,7 +58,7 @@ The function returns true if the target string is found, false if it times out.
5858
--
5959

6060
[float]
61-
=== See also
61+
=== Vedi anche
6262

6363
[role="language"]
6464
* #LANGUAGE# link:../../stream[stream] +

Language/Functions/Communication/Serial/flush.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Nothing
4848
--
4949

5050
[float]
51-
=== See also
51+
=== Vedi anche
5252

5353
[role="language"]
5454
* #LANGUAGE# link:../begin[begin()]

Language/Functions/Communication/Serial/ifSerial.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ Nothing
5757
--
5858

5959
[float]
60-
=== Example Code
61-
// Describe what the example code is all about and add relevant code ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
60+
=== Codice di Esempio
61+
// Descrivi di quale argomento tratta il codice di esempio e aggiungi il codice relativo ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
6262

6363

6464
[source,arduino]

Language/Functions/Communication/Serial/parseFloat.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Nothing
4242
--
4343

4444
[float]
45-
=== See also
45+
=== Vedi anche
4646

4747
[role="language"]
4848
* #LANGUAGE# link:../../stream[stream()]

Language/Functions/Communication/Serial/parseInt.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ _Arduino Mega only:_
5454
--
5555

5656
[float]
57-
=== See also
57+
=== Vedi anche
5858

5959
[role="language"]
6060
* #LANGUAGE# link:../begin[begin()] +

Language/Functions/Communication/Serial/peek.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The first byte of incoming serial data available (or -1 if no data is available)
4646
--
4747

4848
[float]
49-
=== See also
49+
=== Vedi anche
5050

5151
[role="language"]
5252
* #LANGUAGE# link:../begin[begin()] +

Language/Functions/Communication/Serial/print.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ To send a single byte, use link:../write[Serial.write()].
6464
--
6565

6666
[float]
67-
=== Example Code
68-
// Describe what the example code is all about and add relevant code ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
67+
=== Codice di Esempio
68+
// Descrivi di quale argomento tratta il codice di esempio e aggiungi il codice relativo ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
6969

7070

7171
[source,arduino]
@@ -121,7 +121,7 @@ void loop() {
121121
[%hardbreaks]
122122

123123
[float]
124-
=== Notes and Warnings
124+
=== Note e Avvertimenti
125125
As of version 1.0, serial transmission is asynchronous; `Serial.print()` will return before any characters are transmitted.
126126

127127
--
@@ -133,7 +133,7 @@ As of version 1.0, serial transmission is asynchronous; `Serial.print()` will re
133133
--
134134

135135
[float]
136-
=== See also
136+
=== Vedi anche
137137

138138
[role="language"]
139139
* #LANGUAGE# link:../begin[begin()]

Language/Functions/Communication/Serial/println.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Prints data to the serial port as human-readable ASCII text followed by a carria
4444
--
4545

4646
[float]
47-
=== Example Code
48-
// Describe what the example code is all about and add relevant code ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
47+
=== Codice di Esempio
48+
// Descrivi di quale argomento tratta il codice di esempio e aggiungi il codice relativo ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
4949

5050

5151
[source,arduino]

Language/Functions/Communication/Serial/read.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ The first byte of incoming serial data available (or -1 if no data is available)
4848
--
4949

5050
[float]
51-
=== Example Code
52-
// Describe what the example code is all about and add relevant code ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
51+
=== Codice di Esempio
52+
// Descrivi di quale argomento tratta il codice di esempio e aggiungi il codice relativo ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
5353

5454

5555
[source,arduino]

Language/Functions/Communication/Serial/readBytes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The number of bytes placed in the buffer (`size_t`)
4646
--
4747

4848
[float]
49-
=== See also
49+
=== Vedi anche
5050

5151
[role="language"]
5252
* #LANGUAGE# link:../../stream[stream]

Language/Functions/Communication/Serial/readBytesUntil.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Serial.readBytesUntil() reads characters from the serial buffer into an array. T
4848
--
4949

5050
[float]
51-
=== See also
51+
=== Vedi anche
5252

5353
[role="language"]
5454
* #LANGUAGE# link:../../stream[Stream]

Language/Functions/Communication/Serial/readString.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ A String read from the serial buffer
4343
--
4444

4545
[float]
46-
=== See also
46+
=== Vedi anche
4747

4848
[role="language"]
4949
* #LANGUAGE# link:../../serial[Serial]

Language/Functions/Communication/Serial/readStringUntil.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The entire String read from the serial buffer, until the terminator character is
4343
--
4444

4545
[float]
46-
=== See also
46+
=== Vedi anche
4747

4848
[role="language"]
4949
* #LANGUAGE# link:../../serial[Serial]

Language/Functions/Communication/Serial/serialEvent.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Nothing
6262
--
6363

6464
[float]
65-
=== See also
65+
=== Vedi anche
6666

6767
[role="example"]
6868
* #EXAMPLE# http://arduino.cc/en/Tutorial/SerialEvent[SerialEvent Tutorial]

Language/Functions/Communication/Serial/setTimeout.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Nothing
4141
--
4242

4343
[float]
44-
=== See also
44+
=== Vedi anche
4545

4646
[role="language"]
4747
* #LANGUAGE# link:../../stream[stream]

Language/Functions/Communication/Serial/write.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ _Arduino Mega also supports:_
5353
[#howtouse]
5454
--
5555
[float]
56-
=== Example Code
57-
// Describe what the example code is all about and add relevant code ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
56+
=== Codice di Esempio
57+
// Descrivi di quale argomento tratta il codice di esempio e aggiungi il codice relativo ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
5858

5959

6060
[source,arduino]

Language/Functions/Communication/Stream/streamPeek.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ The next byte (or character), or -1 if none is available.
4444
--
4545

4646
[float]
47-
=== Example Code
48-
// Describe what the example code is all about and add relevant code ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
47+
=== Codice di Esempio
48+
// Descrivi di quale argomento tratta il codice di esempio e aggiungi il codice relativo ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
4949

5050
--
5151
// HOW TO USE SECTION ENDS

Language/Functions/Digital IO/digitalRead.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Reads the value from a specified digital pin, either `HIGH` or `LOW`.
4545
--
4646

4747
[float]
48-
=== Example Code
49-
// Describe what the example code is all about and add relevant code ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
48+
=== Codice di Esempio
49+
// Descrivi di quale argomento tratta il codice di esempio e aggiungi il codice relativo ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
5050
Sets pin 13 to the same value as pin 7, declared as an input.
5151

5252
//[source,arduino]
@@ -70,7 +70,7 @@ void loop()
7070
[%hardbreaks]
7171

7272
[float]
73-
=== Notes and Warnings
73+
=== Note e Avvertimenti
7474
If the pin isn't connected to anything, digitalRead() can return either HIGH or LOW (and this can change randomly).
7575

7676
The analog input pins can be used as digital pins, referred to as A0, A1, etc.
@@ -84,7 +84,7 @@ The analog input pins can be used as digital pins, referred to as A0, A1, etc.
8484
--
8585

8686
[float]
87-
=== See also
87+
=== Vedi anche
8888

8989
[role="example"]
9090
* #EXAMPLE# Tutorial: (http://arduino.cc/en/Tutorial/DigitalPins[Digital Pins])

Language/Functions/Digital IO/digitalWrite.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ Nothing
5454
--
5555

5656
[float]
57-
=== Example Code
58-
// Describe what the example code is all about and add relevant code ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
57+
=== Codice di Esempio
58+
// Descrivi di quale argomento tratta il codice di esempio e aggiungi il codice relativo ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
5959
The code makes the digital pin 13 an `OUTPUT` and toggles it by alternating between `HIGH` and `LOW` at one second pace.
6060

6161
//[source,arduino]
@@ -76,7 +76,7 @@ void loop()
7676
[%hardbreaks]
7777

7878
[float]
79-
=== Notes and Warnings
79+
=== Note e Avvertimenti
8080
The analog input pins can be used as digital pins, referred to as A0, A1, etc.
8181

8282
--
@@ -88,7 +88,7 @@ The analog input pins can be used as digital pins, referred to as A0, A1, etc.
8888
--
8989

9090
[float]
91-
=== See also
91+
=== Vedi anche
9292

9393
[role="example"]
9494
* #EXAMPLE# http://arduino.cc/en/Tutorial/DigitalPins[Tutorial: Digital Pins]

Language/Functions/Digital IO/pinMode.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Nothing
5050
--
5151

5252
[float]
53-
=== Example Code
53+
=== Codice di Esempio
5454
The code makes the digital pin 13 `OUTPUT` and Togles it `HIGH` and `LOW`
5555

5656
//[source,arduino]
@@ -71,7 +71,7 @@ void loop()
7171
[%hardbreaks]
7272

7373
[float]
74-
=== Notes and Warnings
74+
=== Note e Avvertimenti
7575
The analog input pins can be used as digital pins, referred to as A0, A1, etc.
7676

7777
--
@@ -83,7 +83,7 @@ The analog input pins can be used as digital pins, referred to as A0, A1, etc.
8383
--
8484

8585
[float]
86-
=== See also
86+
=== Vedi anche
8787

8888
[role="example"]
8989
* #EXAMPLE# http://arduino.cc/en/Tutorial/DigitalPins[Description of the pins on an Arduino board^]

0 commit comments

Comments
 (0)