Skip to content

Commit f109a69

Browse files
committed
Merge pull request #11 from arduino/Language_content
Fix Link issues. It is ok
2 parents afb10b1 + c23f9b4 commit f109a69

Some content is hidden

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

65 files changed

+225
-111
lines changed

Language/Functions/Advanced IO/tone.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ If you want to play different pitches on multiple pins, you need to call `noTone
6565

6666
[role="language"]
6767
* #LANGUAGE# link:noTone{ext-relative}[noTone()] +
68-
* #LANGUAGE# link:analogWrite{ext-relative}[analogWrite()]
68+
* #LANGUAGE# link:../Analod%20IO/analogWrite{ext-relative}[analogWrite()]
6969

7070
[role="example"]
7171
* #EXAMPLE# http://arduino.cc/en/Tutorial/Tone[Tone^] +

Language/Functions/Analog IO/analogRead.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ If the analog input pin is not connected to anything, the value returned by anal
7878

7979
[role="language"]
8080
* #LANGUAGE# link:analogReference{ext-relative}[analogreference()] +
81-
* #LANGUAGE# link:analogReadResolution{ext-relative}[analogReadResolution()] +
81+
* #LANGUAGE# link:../Arduino%20DUE%20only/analogReadResolution{ext-relative}[analogReadResolution()] +
8282
* #LANGUAGE# http://arduino.cc/en/Tutorial/AnalogInputPins[Tutorial: Analog Input Pins]
8383

8484

Language/Functions/Analog IO/analogWrite.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The PWM outputs generated on pins 5 and 6 will have higher-than-expected duty cy
8181
=== See also
8282
[role="language"]
8383
* #LANGUAGE# link:analogRead{ext-relative}[analogRead()]
84-
* #LANGUAGE# link:analogWriteResolution{ext-relative}[analogWriteResolution()]
84+
* #LANGUAGE# link:../Arduino%20DUE%20only/analogWriteResolution{ext-relative}[analogWriteResolution()]
8585

8686
[role="definition"]
8787
* #DEFINITION# http://arduino.cc/en/Tutorial/PWM[PWM^]

Language/Functions/Arduino DUE only/analogReadResolution.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Using a 16 bit resolution (or any resolution *higher* than actual hardware capab
103103
* #EXAMPLE# http://arduino.cc/en/Tutorial/AnalogInputPins[Description of the analog input pins]
104104

105105
[role="language"]
106-
* #LANGUAGE# link:analofRead{ext-relative}[analogRead()]
106+
* #LANGUAGE# link:../Analog%20IO/analofRead{ext-relative}[analogRead()]
107107

108108

109109
--

Language/Functions/Arduino DUE only/analogWriteResolution.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ If you set the `analogWriteResolution()` value to a value lower than your board'
111111
* #EXAMPLE# http://arduino.cc/en/Tutorial/AnalogInputPins[Description of the analog input pins]
112112

113113
[role="language"]
114-
* #LANGUAGE# link:analogWrite{ext-relative}[analogWrite()] +
115-
* #LANGUAGE# link:analogRead{ext-relative}[analogRead()] +
116-
* #LANGUAGE# link:map{ext-relative}[map()]
114+
* #LANGUAGE# link:../Analog%20IO/analogWrite{ext-relative}[analogWrite()] +
115+
* #LANGUAGE# link:../Analog%20IO/analogRead{ext-relative}[analogRead()] +
116+
* #LANGUAGE# link:../Math/map{ext-relative}[map()]
117117

118118

119119
--

Language/Functions/Bits and Bytes/highByte.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ byte
4747

4848
[role="language"]
4949
* #LANGUAGE# link:lowByte{ext-relative}[lowByte()] +
50-
* #LANGUAGE# link:word{ext-relative}[word()]
50+
* #LANGUAGE# link:../../Variable/Data%20Types/word{ext-relative}[word()]
5151

5252
--
5353
// HOW TO USE SECTION ENDS

Language/Functions/Bits and Bytes/lowByte.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ byte
4646

4747
[role="language"]
4848
* #LANGUAGE# link:highByte{ext-relative}[highByte()] +
49-
* #LANGUAGE# link:word{ext-relative}[word()]
49+
* #LANGUAGE# link:../../Variable/Data%20Types/word{ext-relative}[word()]
5050

5151
--
5252
// HOW TO USE SECTION ENDS

Language/Functions/Communication/Serial/find.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Serial.find() inherits from the link:stream{ext-relative}[Stream] utility class.
4646
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
4747
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
4848
[role="language"]
49-
* #LANGUAGE# link:stream{ext-relative}[stream] +
50-
* #LANGUAGE# link:streamFind{ext-relative}[stream.find()]
49+
* #LANGUAGE# link:../stream{ext-relative}[stream] +
50+
* #LANGUAGE# link:../Stream/streamFind{ext-relative}[stream.find()]
5151

5252
--
5353
// HOW TO USE SECTION ENDS

Language/Functions/Communication/Serial/findUntil.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ The function returns true if the target string is found, false if it times out.
5454
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
5555
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
5656
[role="language"]
57-
* #LANGUAGE# link:stream{ext-relative}[stream] +
58-
* #LANGUAGE# link:streamFindUntil{ext-relative}[stream.findUntil()]
57+
* #LANGUAGE# link:../stream{ext-relative}[stream] +
58+
* #LANGUAGE# link:../Stream/streamFindUntil{ext-relative}[stream.findUntil()]
5959

6060
--
6161
// HOW TO USE SECTION ENDS

Language/Functions/Communication/Serial/flush.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Nothing
6363
* #LANGUAGE# link:println{ext-relative}[println()] +
6464
* #LANGUAGE# link:write{ext-relative}[write()] +
6565
* #LANGUAGE# link:serialEvent{ext-relative}[SerialEvent()] +
66-
* #LANGUAGE# link:streamFlush{ext-relative}[Stream.flush()]
66+
* #LANGUAGE# link:../Stream/streamFlush{ext-relative}[Stream.flush()]
6767

6868
--
6969
// HOW TO USE SECTION ENDSp

Language/Functions/Communication/Serial/parseFloat.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Nothing
4747
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
4848
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
4949
[role="language"]
50-
* #LANGUAGE# link:stream{ext-relative}[stream()] +
51-
* #LANGUAGE# link:streamParsefloat{ext-relative}[Stream.parseFloat()]
50+
* #LANGUAGE# link:../stream{ext-relative}[stream()] +
51+
* #LANGUAGE# link:../Stream/streamParsefloat{ext-relative}[Stream.parseFloat()]
5252

5353
--
5454
// HOW TO USE SECTION ENDS

Language/Functions/Communication/Serial/parseInt.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Nothing
6464
* #LANGUAGE# link:println{ext-relative}[println()] +
6565
* #LANGUAGE# link:write{ext-relative}[write()] +
6666
* #LANGUAGE# link:serialEvent{ext-relative}[SerialEvent()] +
67-
* #LANGUAGE# link:streamParsefloat{ext-relative}[Stream.parseFloat()]
67+
* #LANGUAGE# link:../Stream/streamParsefloat{ext-relative}[Stream.parseFloat()]
6868

6969
--
7070
// HOW TO USE SECTION ENDS

Language/Functions/Communication/Serial/peek.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The first byte of incoming serial data available (or -1 if no data is available)
6161
* #LANGUAGE# link:println{ext-relative}[println()] +
6262
* #LANGUAGE# link:write{ext-relative}[write()] +
6363
* #LANGUAGE# link:serialEvent{ext-relative}[SerialEvent()] +
64-
* #LANGUAGE# link:streamPeek{ext-relative}[Stream.peek()]
64+
* #LANGUAGE# link:../Stream/streamPeek{ext-relative}[Stream.peek()]
6565

6666

6767
--

Language/Functions/Communication/Serial/readBytes.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
5353
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
5454
[role="language"]
55-
* #LANGUAGE# link:stream{ext-relative}[stream] +
56-
* #LANGUAGE# link:streamReadByte{ext-relative}[stream.readByte()]
55+
* #LANGUAGE# link:../stream{ext-relative}[stream] +
56+
* #LANGUAGE# link:../Stream/streamReadByte{ext-relative}[stream.readByte()]
5757

5858
--
5959
// HOW TO USE SECTION ENDS

Language/Functions/Communication/Serial/readBytesUntil.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Serial.readBytesUntil() reads characters from the serial buffer into an array. T
5353
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
5454
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
5555
[role="language"]
56-
* #LANGUAGE# link:stream{ext-relative}[stream] +
57-
* #LANGUAGE# link:streamReadByteUntil{ext-relative}[stream.readByteUntil()]
56+
* #LANGUAGE# link:../stream{ext-relative}[stream] +
57+
* #LANGUAGE# link:../Stream/streamReadByteUntil{ext-relative}[stream.readByteUntil()]
5858
--
5959
// HOW TO USE SECTION ENDS

Language/Functions/Communication/Serial/setTimeout.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Nothing
4646
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
4747
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
4848
[role="language"]
49-
* #LANGUAGE# link:stream{ext-relative}[stream] +
50-
* #LANGUAGE# link:streamSetTimeout{ext-relative}[stream.setTimeout()]
49+
* #LANGUAGE# link:../stream{ext-relative}[stream] +
50+
* #LANGUAGE# link:../Stream/streamSetTimeout{ext-relative}[stream.setTimeout()]
5151

5252
--
5353
// HOW TO USE SECTION ENDS

Language/Functions/Communication/Stream/streamAvailable.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This function is part of the Stream class, and is called by any class that inher
4747
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
4848
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
4949
[role="language"]
50-
* #LANGUAGE# link:stream{ext-relative}[stream]
50+
* #LANGUAGE# link:../stream{ext-relative}[stream]
5151

5252
--
5353
// HOW TO USE SECTION ENDS

Language/Functions/Communication/Stream/streamFind.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ This function is part of the Stream class, and is called by any class that inher
5353
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
5454
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
5555
[role="language"]
56-
* #LANGUAGE# link:stream{ext-relative}[stream]
56+
* #LANGUAGE# link:../stream{ext-relative}[stream]
5757
--
5858
// HOW TO USE SECTION ENDS

Language/Functions/Communication/Stream/streamFindUntil.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ This function is part of the Stream class, and is called by any class that inher
5353
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
5454
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
5555
[role="language"]
56-
* #LANGUAGE# link:stream{ext-relative}[stream]
56+
* #LANGUAGE# link:../stream{ext-relative}[stream]
5757
--
5858
// HOW TO USE SECTION ENDS

Language/Functions/Communication/Stream/streamFlush.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This function is part of the Stream class, and is called by any class that inher
4747
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
4848
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
4949
[role="language"]
50-
* #LANGUAGE# link:stream{ext-relative}[stream]
50+
* #LANGUAGE# link:../stream{ext-relative}[stream]
5151

5252
--
5353
// HOW TO USE SECTION ENDS

Language/Functions/Communication/Stream/streamParseFloat.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ This function is part of the Stream class, and is called by any class that inher
5353
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
5454
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
5555
[role="language"]
56-
* #LANGUAGE# link:stream{ext-relative}[stream]
56+
* #LANGUAGE# link:../stream{ext-relative}[stream]
5757
--
5858
// HOW TO USE SECTION ENDS

Language/Functions/Communication/Stream/streamParseInt.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ This function is part of the Stream class, and is called by any class that inher
5353
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
5454
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
5555
[role="language"]
56-
* #LANGUAGE# link:stream{ext-relative}[stream]
56+
* #LANGUAGE# link:../stream{ext-relative}[stream]
5757
--
5858
// HOW TO USE SECTION ENDS

Language/Functions/Communication/Stream/streamRead.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The first byte of incoming data available (or -1 if no data is available).
4747
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
4848
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
4949
[role="language"]
50-
* #LANGUAGE# link:stream{ext-relative}[stream]
50+
* #LANGUAGE# link:../stream{ext-relative}[stream]
5151

5252
--
5353
// HOW TO USE SECTION ENDS

Language/Functions/Communication/Stream/streamReadBytes.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The number of bytes placed in the buffer.
5757
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
5858
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
5959
[role="language"]
60-
* #LANGUAGE# link:stream{ext-relative}[stream]
60+
* #LANGUAGE# link:../stream{ext-relative}[stream]
6161

6262
--
6363
// HOW TO USE SECTION ENDS

Language/Functions/Communication/Stream/streamReadBytesUntil.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ The number of bytes placed in the buffer.
5959
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
6060
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
6161
[role="language"]
62-
* #LANGUAGE# link:stream{ext-relative}[stream]
62+
* #LANGUAGE# link:../stream{ext-relative}[stream]
6363
--
6464
// HOW TO USE SECTION ENDS

Language/Functions/Communication/Stream/streamReadString.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ A string read from a stream.
5151
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
5252
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
5353
[role="language"]
54-
* #LANGUAGE# link:stream{ext-relative}[stream]
54+
* #LANGUAGE# link:../stream{ext-relative}[stream]
5555
--
5656
// HOW TO USE SECTION ENDS

Language/Functions/Communication/Stream/streamReadStringUntil.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ The entire string read from a stream, until the terminator character is detected
5151
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
5252
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
5353
[role="language"]
54-
* #LANGUAGE# link:stream{ext-relative}[stream]
54+
* #LANGUAGE# link:../stream{ext-relative}[stream]
5555
--
5656
// HOW TO USE SECTION ENDS

Language/Functions/Communication/Stream/streamSetTimeout.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ Nothing
5050
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
5151
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
5252
[role="language"]
53-
* #LANGUAGE# link:stream{ext-relative}[stream]
53+
* #LANGUAGE# link:../stream{ext-relative}[stream]
5454
--
5555
// HOW TO USE SECTION ENDS

Language/Functions/Communication/serial.adoc

+18-18
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,24 @@ The *Arduino Leonardo* board uses `Serial1` to communicate via TTL (5V) serial o
3232

3333
[float]
3434
=== Functions
35-
link:IfSerial{ext-relative}[If] (Serial) +
36-
link:Available{ext-relative}[available()] +
37-
link:Begin{ext-relative}[begin()] +
38-
link:End{ext-relative}[end()] +
39-
link:Find{ext-relative}[find()] +
40-
link:FindUntil{ext-relative}[findUntil()] +
41-
link:Flush{ext-relative}[flush()] +
42-
link:ParseFloat{ext-relative}[parseFloat()] +
43-
link:ParseInt{ext-relative}[parseInt()] +
44-
link:Peek{ext-relative}[peek()] +
45-
link:Print{ext-relative}[print()] +
46-
link:PrintLn{ext-relative}[println()] +
47-
link:Read{ext-relative}[read()] +
48-
link:ReadBytes{ext-relative}[readBytes()] +
49-
link:ReadBytesUntil{ext-relative}[readBytesUntil()] +
50-
link:SetTimeout{ext-relative}[setTimeout()] +
51-
link:Write{ext-relative}[write()] +
52-
link:SerialEvent{ext-relative}[serialEvent()]
35+
link:/Serial/IfSerial{ext-relative}[If] (Serial) +
36+
link:/Serial/Available{ext-relative}[available()] +
37+
link:/Serial/Begin{ext-relative}[begin()] +
38+
link:/Serial/End{ext-relative}[end()] +
39+
link:/Serial/Find{ext-relative}[find()] +
40+
link:/Serial/FindUntil{ext-relative}[findUntil()] +
41+
link:/Serial/Flush{ext-relative}[flush()] +
42+
link:/Serial/ParseFloat{ext-relative}[parseFloat()] +
43+
link:/Serial/ParseInt{ext-relative}[parseInt()] +
44+
link:/Serial/Peek{ext-relative}[peek()] +
45+
link:/Serial/Print{ext-relative}[print()] +
46+
link:/Serial/PrintLn{ext-relative}[println()] +
47+
link:/Serial/Read{ext-relative}[read()] +
48+
link:/Serial/ReadBytes{ext-relative}[readBytes()] +
49+
link:/Serial/ReadBytesUntil{ext-relative}[readBytesUntil()] +
50+
link:/Serial/SetTimeout{ext-relative}[setTimeout()] +
51+
link:/Serial/Write{ext-relative}[write()] +
52+
link:/Serial/SerialEvent{ext-relative}[serialEvent()]
5353

5454
'''
5555

Language/Functions/Interrupts/interrupts.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ void loop()
6666
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
6767
[role="language"]
6868
* #LANGUAGE# link:noInterrupts{ext-relatives}[noInterrupts()] +
69-
* #LANGUAGE# link:attachInterrupts{ext-relatives}[attachInterrupts()] +
70-
* #LANGUAGE# link:detachInterrupts{ext-relatives}[detachInterrupts()]
69+
* #LANGUAGE# link:../External Interrupts/attachInterrupts{ext-relatives}[attachInterrupts()] +
70+
* #LANGUAGE# link:../External Interrupts/detachInterrupts{ext-relatives}[detachInterrupts()]
7171

7272
--
7373
// HOW TO USE SECTION ENDS

Language/Functions/Math/pow.adoc

+8-6
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Calculates the value of a number raised to a power. `Pow()` can be used to raise
2323

2424
[float]
2525
=== Parameters
26-
`base`: the number (float)
26+
`base`: the number (`float`)
2727

28-
`exponent`: the power to which the base is raised (float)
28+
`exponent`: the power to which the base is raised (`float`)
2929

3030
[float]
3131
=== Returns
32-
The result of the exponentiation. (double)
32+
The result of the exponentiation. (`double`)
3333

3434
--
3535
// OVERVIEW SECTION ENDS
@@ -53,9 +53,11 @@ See the (http://arduino.cc/playground/Main/Fscale[fscale]) function in the code
5353
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
5454
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
5555
[role="language"]
56-
* #LANGUAGE# link:sqrt{ext-relative}[sqrt()] +
57-
* #LANGUAGE# link:float{ext-relative}[float] +
58-
* #LANGUAGE# link:double{ext-relative}[double]
56+
* #LANGUAGE# link:sqrt{ext-relative}[sqrt()]
57+
58+
[role="definition"]
59+
* #DEFINITION# link:../../Variables/Data%20Types/float{ext-relative}[float] +
60+
* #DEFENITION# link:../../Variables/Data%20Types/double{ext-relative}[double]
5961

6062
--
6163
// HOW TO USE SECTION ENDS

Language/Functions/Trigonometry/cos.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The cos of the angle (`double`).
4747
[role="language"]
4848
* #LANGUAGE# link:sin{ext-relative}[sin()] +
4949
* #LANGUAGE# link:tan{ext-relative}[tan()] +
50-
* #LANGUAGE# link:float{ext-relative}[float] +
51-
* #LANGUAGE# link:double{ext-relative}[double]
50+
* #LANGUAGE# link:../../Variables/Data%20Types/float{ext-relative}[float] +
51+
* #LANGUAGE# link:../../Variables/Data%20Types/double{ext-relative}[double]
5252
--
5353
// HOW TO USE SECTION ENDS

Language/Functions/Trigonometry/sin.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The sine of the angle (`double`).
4747
[role="language"]
4848
* #LANGUAGE# link:cos{ext-relative}[cos()] +
4949
* #LANGUAGE# link:tan{ext-relative}[tan()] +
50-
* #LANGUAGE# link:float{ext-relative}[float] +
51-
* #LANGUAGE# link:double{ext-relative}[double]
50+
* #LANGUAGE# link:../../Variables/Data%20Types/float{ext-relative}[float] +
51+
* #LANGUAGE# link:../../Variables/Data%20Types/double{ext-relative}[double]
5252
--
5353
// HOW TO USE SECTION ENDS

Language/Functions/Trigonometry/tan.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The tangent of the angle (`double`).
4747
[role="language"]
4848
* #LANGUAGE# link:sin{ext-relative}[sin()] +
4949
* #LANGUAGE# link:cos{ext-relative}[cos()] +
50-
* #LANGUAGE# link:float{ext-relative}[float] +
51-
* #LANGUAGE# link:double{ext-relative}[double]
50+
* #LANGUAGE# link:../../Variables/Data%20Types/float{ext-relative}[float] +
51+
* #LANGUAGE# link:../../Variables/Data%20Types/double{ext-relative}[double]
5252
--
5353
// HOW TO USE SECTION ENDS

Language/Functions/USB (Leonardo and DUE only)/Keyboard/keyboardBegin.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ void loop() {
7979
* #LANGUAGE# link:keyboardPrintln{ext-relative}[keyboard.println] +
8080
* #LANGUAGE# link:keyboardRelease{ext-relative}[keyboard.release] +
8181
* #LANGUAGE# link:keyboardReleaseAll{ext-relative}[keyboard.releaseAll] +
82-
* #LANGUAGE# link:keyboardWrite{ext-relative}[keyboard.write] +
82+
* #LANGUAGE# link:keyboardWrite{ext-relative}[keyboard.write]
8383
--
8484
// HOW TO USE SECTION ENDS

Language/Functions/USB (Leonardo and DUE only)/Keyboard/keyboardEnd.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ void loop() {
7676
* #LANGUAGE# link:keyboardPrintln{ext-relative}[keyboard.println] +
7777
* #LANGUAGE# link:keyboardRelease{ext-relative}[keyboard.release] +
7878
* #LANGUAGE# link:keyboardReleaseAll{ext-relative}[keyboard.releaseAll] +
79-
* #LANGUAGE# link:keyboardWrite{ext-relative}[keyboard.write] +
79+
* #LANGUAGE# link:keyboardWrite{ext-relative}[keyboard.write]
8080
--
8181
// HOW TO USE SECTION ENDS

Language/Functions/USB (Leonardo and DUE only)/Keyboard/keyboardPress.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ void loop() {
9393
* #LANGUAGE# link:keyboardPrintln{ext-relative}[keyboard.println] +
9494
* #LANGUAGE# link:keyboardRelease{ext-relative}[keyboard.release] +
9595
* #LANGUAGE# link:keyboardReleaseAll{ext-relative}[keyboard.releaseAll] +
96-
* #LANGUAGE# link:keyboardWrite{ext-relative}[keyboard.write] +
96+
* #LANGUAGE# link:keyboardWrite{ext-relative}[keyboard.write]
9797
--
9898
// HOW TO USE SECTION ENDS

0 commit comments

Comments
 (0)