<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/docs/library/pyb.UART.rst, branch v1.4.6</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.4.6</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.4.6'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2015-09-16T08:10:26+00:00</updated>
<entry>
<title>cc3200: Add UART.ODD and UART.EVEN to select parity.</title>
<updated>2015-09-16T08:10:26+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-13T13:59:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8332044f754aa0743fb38404dae55508a0550e6a'/>
<id>urn:sha1:8332044f754aa0743fb38404dae55508a0550e6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Update I2C and UART docs to match the new API.</title>
<updated>2015-09-16T08:10:22+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-11T12:57:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f38d16483a41313bedef683d331c8cb26af50f14'/>
<id>urn:sha1:f38d16483a41313bedef683d331c8cb26af50f14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: New UART API plus related test.</title>
<updated>2015-09-10T05:59:47+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-07T07:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f91f212d9fef66e515935a52712613550a04ca65'/>
<id>urn:sha1:f91f212d9fef66e515935a52712613550a04ca65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Add initial draft documentation for the WiPy.</title>
<updated>2015-06-10T21:37:56+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-06-10T21:29:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cfcf47c0644952358e1a260db159e807872a37e6'/>
<id>urn:sha1:cfcf47c0644952358e1a260db159e807872a37e6</id>
<content type='text'>
This makes all common files "port-aware" using the .. only directive.
</content>
</entry>
<entry>
<title>docs: Change "Micro Python" to "MicroPython" in all places in docs.</title>
<updated>2015-06-04T22:53:26+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-06-04T22:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3eece29807f5257091271229dbf41543646eb4e4'/>
<id>urn:sha1:3eece29807f5257091271229dbf41543646eb4e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pyb.UART.rst: Clean up note about stream protocol support.</title>
<updated>2015-02-22T11:36:35+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-02-22T11:35:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3527085587c8f361cc286d926a4a7b3f23fe9102'/>
<id>urn:sha1:3527085587c8f361cc286d926a4a7b3f23fe9102</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: For UART, check that baudrate is within 5% of desired value.</title>
<updated>2015-02-22T00:26:49+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-02-22T00:26:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=77fc276c08b59d67779b726668d0b377c8ef47f0'/>
<id>urn:sha1:77fc276c08b59d67779b726668d0b377c8ef47f0</id>
<content type='text'>
Also includes documentation about minimum baudrate.

Addresses issue #1090.
</content>
</entry>
<entry>
<title>stmhal: Add uart.sendbreak() method, to send a break condition.</title>
<updated>2015-02-13T19:04:24+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-02-13T19:04:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=baafb290ada10c7b8ba0b4b31fb4c5ec8282be88'/>
<id>urn:sha1:baafb290ada10c7b8ba0b4b31fb4c5ec8282be88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Add links from quickref to pyb classes.</title>
<updated>2014-11-04T18:25:20+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-11-04T18:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8e701604d570d8c45da95ced677ef999fb4c48a6'/>
<id>urn:sha1:8e701604d570d8c45da95ced677ef999fb4c48a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Cleanup and update some docs.</title>
<updated>2014-10-31T22:21:37+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-10-31T22:21:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a58713a899b7df5b291e868d2553b2333c0b3dc9'/>
<id>urn:sha1:a58713a899b7df5b291e868d2553b2333c0b3dc9</id>
<content type='text'>
</content>
</entry>
</feed>
