<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-module/adafruit_bus_device, branch 6.2.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.2.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.2.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2021-03-26T19:51:53+00:00</updated>
<entry>
<title>adafruit_bus_device: SPIDevice: Fix so it works with bitbangio.SPI</title>
<updated>2021-03-26T19:51:53+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@unpythonic.net</email>
</author>
<published>2021-03-26T19:51:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=172715194fde0047fd843bd6e29a9cc6651ffdf7'/>
<id>urn:sha1:172715194fde0047fd843bd6e29a9cc6651ffdf7</id>
<content type='text'>
.. by calling methods, same as we did for I2C
</content>
</entry>
<entry>
<title>run code formatting script</title>
<updated>2021-03-15T13:57:36+00:00</updated>
<author>
<name>microDev</name>
<email>70126934+microDev1@users.noreply.github.com</email>
</author>
<published>2021-03-15T13:57:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a52eb88031620a81521b937f2a0651dbac2bb350'/>
<id>urn:sha1:a52eb88031620a81521b937f2a0651dbac2bb350</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove adafruit_bus_device.SPIDevice.spi</title>
<updated>2021-02-11T15:33:57+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2021-02-11T15:33:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d7305182f0382bda5335e6e279bd9c8998e14f75'/>
<id>urn:sha1:d7305182f0382bda5335e6e279bd9c8998e14f75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #4114 from tannewt/spidevice_spi</title>
<updated>2021-02-02T17:53:10+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2021-02-02T17:53:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a8614984048624f3e2c1208e1d0c2d87325eaf09'/>
<id>urn:sha1:a8614984048624f3e2c1208e1d0c2d87325eaf09</id>
<content type='text'>
Add .spi accessor to SPIDevice</content>
</entry>
<entry>
<title>Add .spi accessor to SPIDevice</title>
<updated>2021-02-02T04:03:23+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2021-02-02T04:03:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8fd6bff7274335d139691d2ce0438b01e58b3ec2'/>
<id>urn:sha1:8fd6bff7274335d139691d2ce0438b01e58b3ec2</id>
<content type='text'>
Fixes #4108
</content>
</entry>
<entry>
<title>Fixed for boards without longint</title>
<updated>2021-02-01T23:58:34+00:00</updated>
<author>
<name>gamblor21</name>
<email>mark.komus@gmail.com</email>
</author>
<published>2021-02-01T23:58:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0cf2df48c43f34d81dfb5fc466878716e3555b37'/>
<id>urn:sha1:0cf2df48c43f34d81dfb5fc466878716e3555b37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes from draft PR</title>
<updated>2021-01-16T20:21:57+00:00</updated>
<author>
<name>gamblor21</name>
<email>mark.komus@gmail.com</email>
</author>
<published>2021-01-09T16:07:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d3995eaf9748f641355a92c2929f3330a027b586'/>
<id>urn:sha1:d3995eaf9748f641355a92c2929f3330a027b586</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changing to duck-typing</title>
<updated>2021-01-16T20:21:57+00:00</updated>
<author>
<name>gamblor21</name>
<email>mark.komus@gmail.com</email>
</author>
<published>2021-01-05T05:11:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ea0e2f80b7612d7d3119355a455667b3c4beb6d7'/>
<id>urn:sha1:ea0e2f80b7612d7d3119355a455667b3c4beb6d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adafruit_bus_device: Don't transmit STOP condition in write_then_readinto</title>
<updated>2020-12-18T17:13:54+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-12-18T17:13:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6c4df5a8b45c6b20e00b5499c5db1d4f5da444a2'/>
<id>urn:sha1:6c4df5a8b45c6b20e00b5499c5db1d4f5da444a2</id>
<content type='text'>
Closes #3795
</content>
</entry>
<entry>
<title>Add abort check in I2C lock</title>
<updated>2020-11-11T15:58:08+00:00</updated>
<author>
<name>gamblor21</name>
<email>mark.komus@gmail.com</email>
</author>
<published>2020-11-11T15:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=03b110b44c8e8fed1feb43b7c14b03bbfddf4f2c'/>
<id>urn:sha1:03b110b44c8e8fed1feb43b7c14b03bbfddf4f2c</id>
<content type='text'>
</content>
</entry>
</feed>
