<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/docs/library/pyb.UART.rst, branch encoding</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2018-02-21T01:34:59+00:00</updated>
<entry>
<title>Delete a bunch of docs, drivers and examples not relevant to CircuitPython.</title>
<updated>2018-02-21T01:34:59+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2018-02-21T01:34:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=20dd3b1e434f57a0609fd5306f47863396d1022e'/>
<id>urn:sha1:20dd3b1e434f57a0609fd5306f47863396d1022e</id>
<content type='text'>
This fixes #345 and fixes #215.
</content>
</entry>
<entry>
<title>docs/library/pyb.UART: Moved writechar doc to sit with other writes.</title>
<updated>2016-12-14T22:59:45+00:00</updated>
<author>
<name>Lorenz Schmid</name>
<email>lorenzschmid@users.noreply.github.com</email>
</author>
<published>2016-12-14T22:08:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a5b3c7e7f9443319d9330ab6ab06c6b365226082'/>
<id>urn:sha1:a5b3c7e7f9443319d9330ab6ab06c6b365226082</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/library/pyb.UART: Added clarification about timeouts.</title>
<updated>2016-12-14T22:59:32+00:00</updated>
<author>
<name>Lorenz Schmid</name>
<email>lorenzschmid@users.noreply.github.com</email>
</author>
<published>2016-12-14T22:07:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0caac94b986bb0b08918b68d48feb4c5a0c4991c'/>
<id>urn:sha1:0caac94b986bb0b08918b68d48feb4c5a0c4991c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Remove references to readall() and update stream read() docs.</title>
<updated>2016-11-14T12:31:40+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-11-14T12:31:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a392b3aa75c9309afedd7e9d9f6aeb739c9d9dab'/>
<id>urn:sha1:a392b3aa75c9309afedd7e9d9f6aeb739c9d9dab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/pyb.*: Use proper class case in method headers.</title>
<updated>2016-06-08T13:21:28+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-08T13:21:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a384a5313013d8ffda4db0e509cf798a080b3526'/>
<id>urn:sha1:a384a5313013d8ffda4db0e509cf798a080b3526</id>
<content type='text'>
Class designator will be used as is in indexes, so must match actual class
name.
</content>
</entry>
<entry>
<title>docs/pyb.*: Add "currentmodule:: pyb" directive.</title>
<updated>2016-06-07T21:57:41+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-07T21:57:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0a4cc24b2e8e7ceafb4e2cbe640c9f5dce655a70'/>
<id>urn:sha1:0a4cc24b2e8e7ceafb4e2cbe640c9f5dce655a70</id>
<content type='text'>
Makes sure that classes described in these separate files are properly
designated as belonging to "pyb" module in indexes.
</content>
</entry>
<entry>
<title>stmhal: Properly handle RTS/CTS flow control for buf/unbuf transfers.</title>
<updated>2016-04-13T07:42:32+00:00</updated>
<author>
<name>Peter Hinch</name>
<email>peter@hinch.me.uk</email>
</author>
<published>2016-03-25T10:20:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=22cbcd55f0446e4fc75d54a136e8d3a791d2b722'/>
<id>urn:sha1:22cbcd55f0446e4fc75d54a136e8d3a791d2b722</id>
<content type='text'>
Fixes issues #1912 and #1913.  UART documentation is also updated.
</content>
</entry>
<entry>
<title>docs: Update pyb.UART.any() to mention that it returns character count.</title>
<updated>2016-03-17T20:19:36+00:00</updated>
<author>
<name>Peter Hinch</name>
<email>peter@hinch.me.uk</email>
</author>
<published>2016-03-17T13:17:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2b302dad512fb3540db8b0b3a4b33337dd5d81a2'/>
<id>urn:sha1:2b302dad512fb3540db8b0b3a4b33337dd5d81a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Explicitly specify behavior of UART stream protocol methods on timeout.</title>
<updated>2015-10-25T05:25:34+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-10-24T19:35:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cf6daa096681dd2926e37415eb10ac99c36f5c0d'/>
<id>urn:sha1:cf6daa096681dd2926e37415eb10ac99c36f5c0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Update all WiPy docs to reflect the new API.</title>
<updated>2015-10-17T21:29:04+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-10-14T10:32:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4542643025c77a7272bde348b89d5039aea28d23'/>
<id>urn:sha1:4542643025c77a7272bde348b89d5039aea28d23</id>
<content type='text'>
</content>
</entry>
</feed>
