Unverified Commit fe3af4d9 authored by LinusHeu's avatar LinusHeu Committed by GitHub

Update i2s.rst + typo (#1504)

parent 9aade5bb
HTTPClient Library HTTPClient Library
================== ==================
A simple HTTP requestor that can handle both HTTP and HTTP requests is A simple HTTP requestor that can handle both HTTP and HTTPS requests is
included as the ``HTTPClient`` library. included as the ``HTTPClient`` library.
Check the examples for use under HTTP and HTTPS configurations. In general, Check the examples for use under HTTP and HTTPS configurations. In general,
......
...@@ -117,7 +117,7 @@ many bytes were actually written. ...@@ -117,7 +117,7 @@ many bytes were actually written.
int availableForWrite() int availableForWrite()
~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~
Returns the number of L/R samples that can be written without Returns the amount of bytes that can be written without
potentially blocking. potentially blocking.
int read() int read()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment