Skip to content

Commit 903a1bb

Browse files
authored
Merge pull request "Add missing "See also" sections" #488 from per1234
Add missing "See also" sections
2 parents 2e9537b + 4bce76e commit 903a1bb

File tree

29 files changed

+329
-10
lines changed

29 files changed

+329
-10
lines changed

Language/Functions/Advanced IO/noTone.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,14 @@ If you want to play different pitches on multiple pins, you need to call noTone(
5050

5151
--
5252
// HOW TO USE SECTION ENDS
53+
54+
55+
// SEE ALSO SECTION
56+
[#see_also]
57+
--
58+
59+
[float]
60+
=== See also
61+
62+
--
63+
// SEE ALSO SECTION ENDS

Language/Functions/Advanced IO/pulseIn.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,14 @@ void loop()
7676

7777
--
7878
// HOW TO USE SECTION ENDS
79+
80+
81+
// SEE ALSO SECTION
82+
[#see_also]
83+
--
84+
85+
[float]
86+
=== See also
87+
88+
--
89+
// SEE ALSO SECTION ENDS

Language/Functions/Advanced IO/pulseInLong.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,14 @@ This function relies on micros() so cannot be used in link:../../interrupts/noin
8080

8181
--
8282
// HOW TO USE SECTION ENDS
83+
84+
85+
// SEE ALSO SECTION
86+
[#see_also]
87+
--
88+
89+
[float]
90+
=== See also
91+
92+
--
93+
// SEE ALSO SECTION ENDS

Language/Functions/Advanced IO/shiftIn.adoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,15 @@ Note: this is a software implementation; Arduino also provides an link:https://w
4444
the value read (byte)
4545

4646
--
47-
// OVERVIEW SECTION ENDS
47+
// OVERVIEW SECTION ENDS
48+
49+
50+
// SEE ALSO SECTION
51+
[#see_also]
52+
--
53+
54+
[float]
55+
=== See also
56+
57+
--
58+
// SEE ALSO SECTION ENDS

Language/Functions/Advanced IO/shiftOut.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,14 @@ shiftOut(dataPin, clock, LSBFIRST, (data >> 8));
121121

122122
--
123123
// HOW TO USE SECTION ENDS
124+
125+
126+
// SEE ALSO SECTION
127+
[#see_also]
128+
--
129+
130+
[float]
131+
=== See also
132+
133+
--
134+
// SEE ALSO SECTION ENDS

Language/Functions/Bits and Bytes/bit.adoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,15 @@ Computes the value of the specified bit (bit 0 is 1, bit 1 is 2, bit 2 is 4, etc
3535
The value of the bit.
3636

3737
--
38-
// OVERVIEW SECTION ENDS
38+
// OVERVIEW SECTION ENDS
39+
40+
41+
// SEE ALSO SECTION
42+
[#see_also]
43+
--
44+
45+
[float]
46+
=== See also
47+
48+
--
49+
// SEE ALSO SECTION ENDS

Language/Functions/Bits and Bytes/bitClear.adoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,15 @@ Clears (writes a 0 to) a bit of a numeric variable.
3737
Nothing
3838

3939
--
40-
// OVERVIEW SECTION ENDS
40+
// OVERVIEW SECTION ENDS
41+
42+
43+
// SEE ALSO SECTION
44+
[#see_also]
45+
--
46+
47+
[float]
48+
=== See also
49+
50+
--
51+
// SEE ALSO SECTION ENDS

Language/Functions/Bits and Bytes/bitRead.adoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,15 @@ Reads a bit of a number.
3838
the value of the bit (0 or 1).
3939

4040
--
41-
// OVERVIEW SECTION ENDS
41+
// OVERVIEW SECTION ENDS
42+
43+
44+
// SEE ALSO SECTION
45+
[#see_also]
46+
--
47+
48+
[float]
49+
=== See also
50+
51+
--
52+
// SEE ALSO SECTION ENDS

Language/Functions/Bits and Bytes/bitSet.adoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,15 @@ Sets (writes a 1 to) a bit of a numeric variable.
3737
Nothing
3838

3939
--
40-
// OVERVIEW SECTION ENDS
40+
// OVERVIEW SECTION ENDS
41+
42+
43+
// SEE ALSO SECTION
44+
[#see_also]
45+
--
46+
47+
[float]
48+
=== See also
49+
50+
--
51+
// SEE ALSO SECTION ENDS

Language/Functions/Bits and Bytes/bitWrite.adoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,15 @@ Writes a bit of a numeric variable.
3939
Nothing
4040

4141
--
42-
// OVERVIEW SECTION ENDS
42+
// OVERVIEW SECTION ENDS
43+
44+
45+
// SEE ALSO SECTION
46+
[#see_also]
47+
--
48+
49+
[float]
50+
=== See also
51+
52+
--
53+
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)