<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/docs/library/pyb.I2C.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>stmhal/i2c: Add option to I2C to enable/disable use of DMA transfers.</title>
<updated>2016-11-11T06:36:19+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-11-11T06:36:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c4e58eaa9820f5e63d9d94cec5ffb403c1dffbe7'/>
<id>urn:sha1:c4e58eaa9820f5e63d9d94cec5ffb403c1dffbe7</id>
<content type='text'>
New keyword option in constructor and init() method is "dma=&lt;bool&gt;".
DMA is now disabled by default for I2C transfers because it currently does
not handle I2C bus errors very well (eg if slave device doesn't ACK or
NACK correctly during a transfer).
</content>
</entry>
<entry>
<title>docs: Spelling mistakes</title>
<updated>2016-08-02T08:17:46+00:00</updated>
<author>
<name>Mike Causer</name>
<email>mcauser@gmail.com</email>
</author>
<published>2016-07-31T23:52:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ce166e6b68b7fafb73a99fd64081f8a4155fe22a'/>
<id>urn:sha1:ce166e6b68b7fafb73a99fd64081f8a4155fe22a</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>docs: Update pyb.I2C constructor to reflect changes in Pyboard Lite.</title>
<updated>2016-03-17T20:18:36+00:00</updated>
<author>
<name>Peter Hinch</name>
<email>peter@hinch.me.uk</email>
</author>
<published>2016-03-17T13:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b8133c4c0f70c5294c0423562e2541505b963c9b'/>
<id>urn:sha1:b8133c4c0f70c5294c0423562e2541505b963c9b</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>
<entry>
<title>docs/wipy: Add pins to the I2C constructor.</title>
<updated>2015-09-16T08:10:31+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-13T19:36:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=624cdeacc4c2678273ae535f3ede84846afe3ef5'/>
<id>urn:sha1:624cdeacc4c2678273ae535f3ede84846afe3ef5</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>docs: Add i2c keywork arguments only indication.</title>
<updated>2015-08-09T17:22:14+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-08-05T11:45:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d43019163dd1d8c09b6f1d2280d7a5801044b590'/>
<id>urn:sha1:d43019163dd1d8c09b6f1d2280d7a5801044b590</id>
<content type='text'>
</content>
</entry>
</feed>
