Skip to content

Fix Link issues. #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 27, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Language/Functions/Advanced IO/tone.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ If you want to play different pitches on multiple pins, you need to call `noTone

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

[role="example"]
* #EXAMPLE# http://arduino.cc/en/Tutorial/Tone[Tone^] +
Expand Down
2 changes: 1 addition & 1 deletion Language/Functions/Analog IO/analogRead.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ If the analog input pin is not connected to anything, the value returned by anal

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


Expand Down
2 changes: 1 addition & 1 deletion Language/Functions/Analog IO/analogWrite.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The PWM outputs generated on pins 5 and 6 will have higher-than-expected duty cy
=== See also
[role="language"]
* #LANGUAGE# link:analogRead{ext-relative}[analogRead()]
* #LANGUAGE# link:analogWriteResolution{ext-relative}[analogWriteResolution()]
* #LANGUAGE# link:../Arduino%20DUE%20only/analogWriteResolution{ext-relative}[analogWriteResolution()]

[role="definition"]
* #DEFINITION# http://arduino.cc/en/Tutorial/PWM[PWM^]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Using a 16 bit resolution (or any resolution *higher* than actual hardware capab
* #EXAMPLE# http://arduino.cc/en/Tutorial/AnalogInputPins[Description of the analog input pins]

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


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

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


--
Expand Down
2 changes: 1 addition & 1 deletion Language/Functions/Bits and Bytes/highByte.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ byte

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

--
// HOW TO USE SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Functions/Bits and Bytes/lowByte.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ byte

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

--
// HOW TO USE SECTION ENDS
4 changes: 2 additions & 2 deletions Language/Functions/Communication/Serial/find.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Serial.find() inherits from the link:stream{ext-relative}[Stream] utility class.
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
[role="language"]
* #LANGUAGE# link:stream{ext-relative}[stream] +
* #LANGUAGE# link:streamFind{ext-relative}[stream.find()]
* #LANGUAGE# link:../stream{ext-relative}[stream] +
* #LANGUAGE# link:../Stream/streamFind{ext-relative}[stream.find()]

--
// HOW TO USE SECTION ENDS
4 changes: 2 additions & 2 deletions Language/Functions/Communication/Serial/findUntil.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ The function returns true if the target string is found, false if it times out.
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
[role="language"]
* #LANGUAGE# link:stream{ext-relative}[stream] +
* #LANGUAGE# link:streamFindUntil{ext-relative}[stream.findUntil()]
* #LANGUAGE# link:../stream{ext-relative}[stream] +
* #LANGUAGE# link:../Stream/streamFindUntil{ext-relative}[stream.findUntil()]

--
// HOW TO USE SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Functions/Communication/Serial/flush.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Nothing
* #LANGUAGE# link:println{ext-relative}[println()] +
* #LANGUAGE# link:write{ext-relative}[write()] +
* #LANGUAGE# link:serialEvent{ext-relative}[SerialEvent()] +
* #LANGUAGE# link:streamFlush{ext-relative}[Stream.flush()]
* #LANGUAGE# link:../Stream/streamFlush{ext-relative}[Stream.flush()]

--
// HOW TO USE SECTION ENDSp
4 changes: 2 additions & 2 deletions Language/Functions/Communication/Serial/parseFloat.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Nothing
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
[role="language"]
* #LANGUAGE# link:stream{ext-relative}[stream()] +
* #LANGUAGE# link:streamParsefloat{ext-relative}[Stream.parseFloat()]
* #LANGUAGE# link:../stream{ext-relative}[stream()] +
* #LANGUAGE# link:../Stream/streamParsefloat{ext-relative}[Stream.parseFloat()]

--
// HOW TO USE SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Functions/Communication/Serial/parseInt.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Nothing
* #LANGUAGE# link:println{ext-relative}[println()] +
* #LANGUAGE# link:write{ext-relative}[write()] +
* #LANGUAGE# link:serialEvent{ext-relative}[SerialEvent()] +
* #LANGUAGE# link:streamParsefloat{ext-relative}[Stream.parseFloat()]
* #LANGUAGE# link:../Stream/streamParsefloat{ext-relative}[Stream.parseFloat()]

--
// HOW TO USE SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Functions/Communication/Serial/peek.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The first byte of incoming serial data available (or -1 if no data is available)
* #LANGUAGE# link:println{ext-relative}[println()] +
* #LANGUAGE# link:write{ext-relative}[write()] +
* #LANGUAGE# link:serialEvent{ext-relative}[SerialEvent()] +
* #LANGUAGE# link:streamPeek{ext-relative}[Stream.peek()]
* #LANGUAGE# link:../Stream/streamPeek{ext-relative}[Stream.peek()]


--
Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Communication/Serial/readBytes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
[role="language"]
* #LANGUAGE# link:stream{ext-relative}[stream] +
* #LANGUAGE# link:streamReadByte{ext-relative}[stream.readByte()]
* #LANGUAGE# link:../stream{ext-relative}[stream] +
* #LANGUAGE# link:../Stream/streamReadByte{ext-relative}[stream.readByte()]

--
// HOW TO USE SECTION ENDS
4 changes: 2 additions & 2 deletions Language/Functions/Communication/Serial/readBytesUntil.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Serial.readBytesUntil() reads characters from the serial buffer into an array. T
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
[role="language"]
* #LANGUAGE# link:stream{ext-relative}[stream] +
* #LANGUAGE# link:streamReadByteUntil{ext-relative}[stream.readByteUntil()]
* #LANGUAGE# link:../stream{ext-relative}[stream] +
* #LANGUAGE# link:../Stream/streamReadByteUntil{ext-relative}[stream.readByteUntil()]
--
// HOW TO USE SECTION ENDS
4 changes: 2 additions & 2 deletions Language/Functions/Communication/Serial/setTimeout.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Nothing
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
[role="language"]
* #LANGUAGE# link:stream{ext-relative}[stream] +
* #LANGUAGE# link:streamSetTimeout{ext-relative}[stream.setTimeout()]
* #LANGUAGE# link:../stream{ext-relative}[stream] +
* #LANGUAGE# link:../Stream/streamSetTimeout{ext-relative}[stream.setTimeout()]

--
// HOW TO USE SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ This function is part of the Stream class, and is called by any class that inher
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
[role="language"]
* #LANGUAGE# link:stream{ext-relative}[stream]
* #LANGUAGE# link:../stream{ext-relative}[stream]

--
// HOW TO USE SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Functions/Communication/Stream/streamFind.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ This function is part of the Stream class, and is called by any class that inher
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
[role="language"]
* #LANGUAGE# link:stream{ext-relative}[stream]
* #LANGUAGE# link:../stream{ext-relative}[stream]
--
// HOW TO USE SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ This function is part of the Stream class, and is called by any class that inher
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
[role="language"]
* #LANGUAGE# link:stream{ext-relative}[stream]
* #LANGUAGE# link:../stream{ext-relative}[stream]
--
// HOW TO USE SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Functions/Communication/Stream/streamFlush.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ This function is part of the Stream class, and is called by any class that inher
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
[role="language"]
* #LANGUAGE# link:stream{ext-relative}[stream]
* #LANGUAGE# link:../stream{ext-relative}[stream]

--
// HOW TO USE SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ This function is part of the Stream class, and is called by any class that inher
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
[role="language"]
* #LANGUAGE# link:stream{ext-relative}[stream]
* #LANGUAGE# link:../stream{ext-relative}[stream]
--
// HOW TO USE SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ This function is part of the Stream class, and is called by any class that inher
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
[role="language"]
* #LANGUAGE# link:stream{ext-relative}[stream]
* #LANGUAGE# link:../stream{ext-relative}[stream]
--
// HOW TO USE SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Functions/Communication/Stream/streamRead.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The first byte of incoming data available (or -1 if no data is available).
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
[role="language"]
* #LANGUAGE# link:stream{ext-relative}[stream]
* #LANGUAGE# link:../stream{ext-relative}[stream]

--
// HOW TO USE SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The number of bytes placed in the buffer.
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
[role="language"]
* #LANGUAGE# link:stream{ext-relative}[stream]
* #LANGUAGE# link:../stream{ext-relative}[stream]

--
// HOW TO USE SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ The number of bytes placed in the buffer.
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
[role="language"]
* #LANGUAGE# link:stream{ext-relative}[stream]
* #LANGUAGE# link:../stream{ext-relative}[stream]
--
// HOW TO USE SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ A string read from a stream.
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
[role="language"]
* #LANGUAGE# link:stream{ext-relative}[stream]
* #LANGUAGE# link:../stream{ext-relative}[stream]
--
// HOW TO USE SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ The entire string read from a stream, until the terminator character is detected
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
[role="language"]
* #LANGUAGE# link:stream{ext-relative}[stream]
* #LANGUAGE# link:../stream{ext-relative}[stream]
--
// HOW TO USE SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ Nothing
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
[role="language"]
* #LANGUAGE# link:stream{ext-relative}[stream]
* #LANGUAGE# link:../stream{ext-relative}[stream]
--
// HOW TO USE SECTION ENDS
36 changes: 18 additions & 18 deletions Language/Functions/Communication/serial.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,24 @@ The *Arduino Leonardo* board uses `Serial1` to communicate via TTL (5V) serial o

[float]
=== Functions
link:IfSerial{ext-relative}[If] (Serial) +
link:Available{ext-relative}[available()] +
link:Begin{ext-relative}[begin()] +
link:End{ext-relative}[end()] +
link:Find{ext-relative}[find()] +
link:FindUntil{ext-relative}[findUntil()] +
link:Flush{ext-relative}[flush()] +
link:ParseFloat{ext-relative}[parseFloat()] +
link:ParseInt{ext-relative}[parseInt()] +
link:Peek{ext-relative}[peek()] +
link:Print{ext-relative}[print()] +
link:PrintLn{ext-relative}[println()] +
link:Read{ext-relative}[read()] +
link:ReadBytes{ext-relative}[readBytes()] +
link:ReadBytesUntil{ext-relative}[readBytesUntil()] +
link:SetTimeout{ext-relative}[setTimeout()] +
link:Write{ext-relative}[write()] +
link:SerialEvent{ext-relative}[serialEvent()]
link:/Serial/IfSerial{ext-relative}[If] (Serial) +
link:/Serial/Available{ext-relative}[available()] +
link:/Serial/Begin{ext-relative}[begin()] +
link:/Serial/End{ext-relative}[end()] +
link:/Serial/Find{ext-relative}[find()] +
link:/Serial/FindUntil{ext-relative}[findUntil()] +
link:/Serial/Flush{ext-relative}[flush()] +
link:/Serial/ParseFloat{ext-relative}[parseFloat()] +
link:/Serial/ParseInt{ext-relative}[parseInt()] +
link:/Serial/Peek{ext-relative}[peek()] +
link:/Serial/Print{ext-relative}[print()] +
link:/Serial/PrintLn{ext-relative}[println()] +
link:/Serial/Read{ext-relative}[read()] +
link:/Serial/ReadBytes{ext-relative}[readBytes()] +
link:/Serial/ReadBytesUntil{ext-relative}[readBytesUntil()] +
link:/Serial/SetTimeout{ext-relative}[setTimeout()] +
link:/Serial/Write{ext-relative}[write()] +
link:/Serial/SerialEvent{ext-relative}[serialEvent()]

'''

Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Interrupts/interrupts.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ void loop()
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
[role="language"]
* #LANGUAGE# link:noInterrupts{ext-relatives}[noInterrupts()] +
* #LANGUAGE# link:attachInterrupts{ext-relatives}[attachInterrupts()] +
* #LANGUAGE# link:detachInterrupts{ext-relatives}[detachInterrupts()]
* #LANGUAGE# link:../External Interrupts/attachInterrupts{ext-relatives}[attachInterrupts()] +
* #LANGUAGE# link:../External Interrupts/detachInterrupts{ext-relatives}[detachInterrupts()]

--
// HOW TO USE SECTION ENDS
14 changes: 8 additions & 6 deletions Language/Functions/Math/pow.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ Calculates the value of a number raised to a power. `Pow()` can be used to raise

[float]
=== Parameters
`base`: the number (float)
`base`: the number (`float`)

`exponent`: the power to which the base is raised (float)
`exponent`: the power to which the base is raised (`float`)

[float]
=== Returns
The result of the exponentiation. (double)
The result of the exponentiation. (`double`)

--
// OVERVIEW SECTION ENDS
Expand All @@ -53,9 +53,11 @@ See the (http://arduino.cc/playground/Main/Fscale[fscale]) function in the code
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
[role="language"]
* #LANGUAGE# link:sqrt{ext-relative}[sqrt()] +
* #LANGUAGE# link:float{ext-relative}[float] +
* #LANGUAGE# link:double{ext-relative}[double]
* #LANGUAGE# link:sqrt{ext-relative}[sqrt()]

[role="definition"]
* #DEFINITION# link:../../Variables/Data%20Types/float{ext-relative}[float] +
* #DEFENITION# link:../../Variables/Data%20Types/double{ext-relative}[double]

--
// HOW TO USE SECTION ENDS
4 changes: 2 additions & 2 deletions Language/Functions/Trigonometry/cos.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The cos of the angle (`double`).
[role="language"]
* #LANGUAGE# link:sin{ext-relative}[sin()] +
* #LANGUAGE# link:tan{ext-relative}[tan()] +
* #LANGUAGE# link:float{ext-relative}[float] +
* #LANGUAGE# link:double{ext-relative}[double]
* #LANGUAGE# link:../../Variables/Data%20Types/float{ext-relative}[float] +
* #LANGUAGE# link:../../Variables/Data%20Types/double{ext-relative}[double]
--
// HOW TO USE SECTION ENDS
4 changes: 2 additions & 2 deletions Language/Functions/Trigonometry/sin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The sine of the angle (`double`).
[role="language"]
* #LANGUAGE# link:cos{ext-relative}[cos()] +
* #LANGUAGE# link:tan{ext-relative}[tan()] +
* #LANGUAGE# link:float{ext-relative}[float] +
* #LANGUAGE# link:double{ext-relative}[double]
* #LANGUAGE# link:../../Variables/Data%20Types/float{ext-relative}[float] +
* #LANGUAGE# link:../../Variables/Data%20Types/double{ext-relative}[double]
--
// HOW TO USE SECTION ENDS
4 changes: 2 additions & 2 deletions Language/Functions/Trigonometry/tan.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The tangent of the angle (`double`).
[role="language"]
* #LANGUAGE# link:sin{ext-relative}[sin()] +
* #LANGUAGE# link:cos{ext-relative}[cos()] +
* #LANGUAGE# link:float{ext-relative}[float] +
* #LANGUAGE# link:double{ext-relative}[double]
* #LANGUAGE# link:../../Variables/Data%20Types/float{ext-relative}[float] +
* #LANGUAGE# link:../../Variables/Data%20Types/double{ext-relative}[double]
--
// HOW TO USE SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ void loop() {
* #LANGUAGE# link:keyboardPrintln{ext-relative}[keyboard.println] +
* #LANGUAGE# link:keyboardRelease{ext-relative}[keyboard.release] +
* #LANGUAGE# link:keyboardReleaseAll{ext-relative}[keyboard.releaseAll] +
* #LANGUAGE# link:keyboardWrite{ext-relative}[keyboard.write] +
* #LANGUAGE# link:keyboardWrite{ext-relative}[keyboard.write]
--
// HOW TO USE SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ void loop() {
* #LANGUAGE# link:keyboardPrintln{ext-relative}[keyboard.println] +
* #LANGUAGE# link:keyboardRelease{ext-relative}[keyboard.release] +
* #LANGUAGE# link:keyboardReleaseAll{ext-relative}[keyboard.releaseAll] +
* #LANGUAGE# link:keyboardWrite{ext-relative}[keyboard.write] +
* #LANGUAGE# link:keyboardWrite{ext-relative}[keyboard.write]
--
// HOW TO USE SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ void loop() {
* #LANGUAGE# link:keyboardPrintln{ext-relative}[keyboard.println] +
* #LANGUAGE# link:keyboardRelease{ext-relative}[keyboard.release] +
* #LANGUAGE# link:keyboardReleaseAll{ext-relative}[keyboard.releaseAll] +
* #LANGUAGE# link:keyboardWrite{ext-relative}[keyboard.write] +
* #LANGUAGE# link:keyboardWrite{ext-relative}[keyboard.write]
--
// HOW TO USE SECTION ENDS
Loading