1
+ :source-highlighter: pygments
2
+ :pygments-style: arduino
3
+ :ext-relative: adoc
4
+
1
5
= Serial()
2
6
3
7
@@ -28,24 +32,24 @@ The *Arduino Leonardo* board uses `Serial1` to communicate via TTL (5V) serial o
28
32
29
33
[float]
30
34
=== Functions
31
- http://arduino.cc[if ] (Serial) +
32
- http://arduino.cc [available()] +
33
- http://arduino.cc [begin()] +
34
- http://arduino.cc [end()] +
35
- http://arduino.cc [find()] +
36
- http://arduino.cc [findUntil()] +
37
- http://arduino.cc [flush()] +
38
- http://arduino.cc [parseFloat()] +
39
- http://arduino.cc [parseInt()] +
40
- http://arduino.cc [peek()] +
41
- http://arduino.cc [print()] +
42
- http://arduino.cc [println()] +
43
- http://arduino.cc [read()] +
44
- http://arduino.cc [readBytes()] +
45
- http://arduino.cc [readBytesUntil()] +
46
- http://arduino.cc [setTimeout()] +
47
- http://arduino.cc [write()] +
48
- http://arduino.cc [serialEvent()]
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()]
49
53
50
54
'''
51
55
@@ -59,15 +63,16 @@ http://arduino.cc[serialEvent()]
59
63
60
64
[float]
61
65
=== See also
62
- [role="language"]
63
- * #LANGUAGE# http://arduino.cc/en/Reference/AnalogRead[analogRead()]
64
- * #LANGUAGE# http://arduino.cc/en/Reference/AnalogRead[analogRead()]
65
-
66
- [role="definition"]
67
- * #DEFINITION# http://arduino.cc/en/Tutorial/PWM[PWM]
68
66
69
67
[role="example"]
70
- * #EXAMPLE# http://arduino.cc/en/Tutorial/Blink[Blink]
68
+ * #EXAMPLE# http://arduino.cc/en/Tutorial/ReadAsciiString[ReadAsciiString^]
69
+ * #EXAMPLE# http://arduino.cc/en/Tutorial/ASCIITable[ASCII TAble^]
70
+ * #EXAMPLE# http://arduino.cc/en/Tutorial/Dimmer[Dimmer^]
71
+ * #EXAMPLE# http://arduino.cc/en/Tutorial/Graph[Graph^]
72
+ * #EXAMPLE# http://arduino.cc/en/Tutorial/PhysicalPixel[Physical Pixel^]
73
+ * #EXAMPLE# http://arduino.cc/en/Tutorial/SerialCallResponse[Serial Call Response^]
74
+ * #EXAMPLE# http://arduino.cc/en/Tutorial/SerialCallResponseASCII[Serial Call Response ASCII^]
75
+
71
76
72
77
--
73
- // SEEALSO SECTION ENDS
78
+ // SEEALSO SECTION ENDS
0 commit comments