Skip to content

Commit 9a6b830

Browse files
authored
Merge pull request #26 from Hannes7eicher/Hannes7eicher/fix-link
Remove duplicate link
2 parents 469e2f4 + 2759625 commit 9a6b830

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

docs/api.md

-34
Original file line numberDiff line numberDiff line change
@@ -104,40 +104,6 @@ The number of bytes available to read.
104104
* [sendBreakMicroseconds()](#sendbreakmicroseconds)
105105
* [setPins()](#setpins)
106106

107-
### `available()`
108-
109-
Get the number of bytes (characters) available for reading from the RS485 port. This is data that already arrived and is stored in the serial receive buffer.
110-
111-
#### Syntax
112-
113-
```
114-
RS485.available()
115-
```
116-
117-
#### Parameters
118-
119-
None.
120-
121-
#### Returns
122-
123-
The number of bytes available to read.
124-
125-
#### See also
126-
127-
* [begin()](#begin)
128-
* [end()](#end)
129-
* [peek()](#peek)
130-
* [read()](#read)
131-
* [write()](#write)
132-
* [flush()](#flush)
133-
* [beginTransmission()](#begintransmission)
134-
* [endTransmission()](#endtransmission)
135-
* [receive()](#receive)
136-
* [noReceive()](#noreceive)
137-
* [sendBreak()](#sendbreak)
138-
* [sendBreakMicroseconds()](#sendbreakmicroseconds)
139-
* [setPins()](#setpins)
140-
141107
### `peek()`
142108

143109
Returns the next byte (character) of the incoming serial data without removing it from the internal serial buffer. That is, successive calls to peek() will return the same character, as will the next call to read().

0 commit comments

Comments
 (0)