<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings/busio, branch 4.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2019-07-03T19:02:01+00:00</updated>
<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>
<entry>
<title>Stop hard-coding SPI frequency in FourWire</title>
<updated>2019-04-06T13:15:29+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2019-04-06T13:08:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8323721232f52fcb216a4fa32e5572d5f4369c6c'/>
<id>urn:sha1:8323721232f52fcb216a4fa32e5572d5f4369c6c</id>
<content type='text'>
Instead remember and use the frequency, polarity and phase that was
set when the bus was first created.
</content>
</entry>
<entry>
<title>Reuse existing error message in busio.i2c</title>
<updated>2019-03-25T00:41:52+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2019-03-25T00:41:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cc6fb4595ede6e27ae03edc8af782496e87698bb'/>
<id>urn:sha1:cc6fb4595ede6e27ae03edc8af782496e87698bb</id>
<content type='text'>
Remove a period from the error message, so that the same message as in
SPI and other places in I2C can be re-used.
</content>
</entry>
<entry>
<title>A couple build fixes for mp_float_t = double (MICROPY_FLOAT_IMPL_DOUBLE).</title>
<updated>2019-02-17T10:21:48+00:00</updated>
<author>
<name>Lionel Debroux</name>
<email>lionel_debroux@yahoo.fr</email>
</author>
<published>2019-02-07T18:49:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b0c2c3c756546fc07623415563014844ae4ac54c'/>
<id>urn:sha1:b0c2c3c756546fc07623415563014844ae4ac54c</id>
<content type='text'>
Signed-off-by: Lionel Debroux &lt;lionel_debroux@yahoo.fr&gt;
</content>
</entry>
<entry>
<title>CharacteristicBuffer: make it be a stream class; add locking</title>
<updated>2019-01-20T00:45:35+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-01-20T00:45:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=28cfd8a5135a1e420b56d693cef20fc1a4721081'/>
<id>urn:sha1:28cfd8a5135a1e420b56d693cef20fc1a4721081</id>
<content type='text'>
</content>
</entry>
</feed>
