<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings/busio, branch 5.0.0-alpha.3</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.0.0-alpha.3</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.0.0-alpha.3'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2019-08-27T19:49:46+00:00</updated>
<entry>
<title>More size_t usage</title>
<updated>2019-08-27T19:49:46+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-08-27T19:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=966a48b23a985154ff691a09de72013e2eac2512'/>
<id>urn:sha1:966a48b23a985154ff691a09de72013e2eac2512</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use size_t and document buffers can be the same.</title>
<updated>2019-08-23T19:13:11+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-08-23T19:13:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5662b5813e477a515dc3252fef29d6a92d338a4b'/>
<id>urn:sha1:5662b5813e477a515dc3252fef29d6a92d338a4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add writeto_then_readfrom to I2C API. Deprecate stop kwarg.</title>
<updated>2019-08-22T19:34:46+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-07-26T07:18:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=82d436d05e600ab386f43652f865f59b4361f888'/>
<id>urn:sha1:82d436d05e600ab386f43652f865f59b4361f888</id>
<content type='text'>
writeto_then_readfrom has been added to do a write -&gt; no stop -&gt;
repeated start -&gt; read sequence. This is done to match the
capabilities of Blinka on Linux.

Code that uses stop=False will not work correctly on Blinka.
To fix, if stop=False then use writeto_then_readfrom otherwise use
writeto then readfrom_into.

First step in #2082
</content>
</entry>
<entry>
<title>Add support for grayscale displays that are &lt; 8 bit depth.</title>
<updated>2019-07-19T23:06:11+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-07-06T02:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6797ec6ed396f65916fe816f8b2b49114253dd86'/>
<id>urn:sha1:6797ec6ed396f65916fe816f8b2b49114253dd86</id>
<content type='text'>
This also improves Palette so it stores the original RGB888 colors.

Lastly, it adds I2CDisplay as a display bus to talk over I2C. Particularly
useful for the SSD1306.

Fixes #1828. Fixes #1956
</content>
</entry>
<entry>
<title>changed type of receiver_buffer_size to uint16_t</title>
<updated>2019-07-03T19:02:01+00:00</updated>
<author>
<name>iot49</name>
<email>boser@berkeley.edu</email>
</author>
<published>2019-07-03T19:02:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6e5d70fa1929a6ab2b2de4d9fb0fb224d7618700'/>
<id>urn:sha1:6e5d70fa1929a6ab2b2de4d9fb0fb224d7618700</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor deinit check to reduce code size.</title>
<updated>2019-06-12T18:36:43+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-06-12T08:00:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a35d9b469d4ed65fd992771aa98ac57241983794'/>
<id>urn:sha1:a35d9b469d4ed65fd992771aa98ac57241983794</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1920 from tannewt/fix_rst</title>
<updated>2019-06-08T04:41:00+00:00</updated>
<author>
<name>sommersoft</name>
<email>sommersoft@users.noreply.github.com</email>
</author>
<published>2019-06-08T04:41:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9e4396bdcd33740d188a59191e00f8a398ee1ed1'/>
<id>urn:sha1:9e4396bdcd33740d188a59191e00f8a398ee1ed1</id>
<content type='text'>
Improve rST consistency for rst2pyi use</content>
</entry>
<entry>
<title>This __init__.h should be redundant. I deleted it for you</title>
<updated>2019-06-06T07:44:29+00:00</updated>
<author>
<name>Baozhu Zuo</name>
<email>baozhu.zuo@gmail.com</email>
</author>
<published>2019-06-06T07:44:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f45daae09c6ae8227f99b6220ff96868cf0123ee'/>
<id>urn:sha1:f45daae09c6ae8227f99b6220ff96868cf0123ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve rST consistency for rst2pyi use</title>
<updated>2019-05-31T02:02:47+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-05-31T02:01:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cfe24b85322a029758c3376eed2726657397bf33'/>
<id>urn:sha1:cfe24b85322a029758c3376eed2726657397bf33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix version skew for bast_pro_mini build</title>
<updated>2019-04-10T02:52:53+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-04-10T02:52:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c0c809ad4b26490c586abf5e995699cc335e09b3'/>
<id>urn:sha1:c0c809ad4b26490c586abf5e995699cc335e09b3</id>
<content type='text'>
</content>
</entry>
</feed>
