Skip to content

Commit 2759625

Browse files
committed
Update api.md
1 parent 469e2f4 commit 2759625

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)