<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings/busio/SPI.c, 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>2020-07-03T18:23:34+00:00</updated>
<entry>
<title>Made every init return None</title>
<updated>2020-07-03T18:23:34+00:00</updated>
<author>
<name>dherrada</name>
<email>dylan.herrada@adafruit.com</email>
</author>
<published>2020-07-03T18:23:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d0d949cd24dbff5fb382f8c7abf3bae7ba46541a'/>
<id>urn:sha1:d0d949cd24dbff5fb382f8c7abf3bae7ba46541a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Made most of the requested changes</title>
<updated>2020-07-03T17:49:00+00:00</updated>
<author>
<name>dherrada</name>
<email>dylan.herrada@adafruit.com</email>
</author>
<published>2020-07-03T17:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3df03a565069d6e8874eb678d4f010eee97305b0'/>
<id>urn:sha1:3df03a565069d6e8874eb678d4f010eee97305b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed unions to ReadableBuffer and WriteableBuffer</title>
<updated>2020-07-02T21:47:52+00:00</updated>
<author>
<name>dherrada</name>
<email>dylan.herrada@adafruit.com</email>
</author>
<published>2020-07-02T21:47:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9b4ffc05710873e69bfeed209d0f7ebd8fb2f259'/>
<id>urn:sha1:9b4ffc05710873e69bfeed209d0f7ebd8fb2f259</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed all 'self, )'</title>
<updated>2020-07-02T17:28:36+00:00</updated>
<author>
<name>dherrada</name>
<email>dylan.herrada@adafruit.com</email>
</author>
<published>2020-07-02T17:28:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=54cb1feea04c0c93afe40868bc050ff7f645c61e'/>
<id>urn:sha1:54cb1feea04c0c93afe40868bc050ff7f645c61e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Made suggested changes</title>
<updated>2020-07-02T17:25:07+00:00</updated>
<author>
<name>dherrada</name>
<email>dylan.herrada@adafruit.com</email>
</author>
<published>2020-07-02T17:25:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=522b17ca93d4e1d64bb113057c8a62992a22c4ab'/>
<id>urn:sha1:522b17ca93d4e1d64bb113057c8a62992a22c4ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Did busio, fixed up analogio</title>
<updated>2020-07-02T14:23:17+00:00</updated>
<author>
<name>dherrada</name>
<email>dylan.herrada@adafruit.com</email>
</author>
<published>2020-07-02T14:23:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cb259de5ef01a9b8d590ab34f866fd6bce9a801a'/>
<id>urn:sha1:cb259de5ef01a9b8d590ab34f866fd6bce9a801a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sdcardio: implement new library for SD card I/O</title>
<updated>2020-06-26T16:50:23+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-05-06T16:04:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=57fde2e07bb2ee4dcff342deed08e4e7799da799'/>
<id>urn:sha1:57fde2e07bb2ee4dcff342deed08e4e7799da799</id>
<content type='text'>
Testing performed: That a card is successfully mounted on Pygamer with
the built in SD card slot

This module is enabled for most FULL_BUILD boards, but is disabled for
samd21 ("M0"), litex, and pca10100 for various reasons.
</content>
</entry>
<entry>
<title>Use main/selected terminology in docstrings</title>
<updated>2020-06-25T16:42:23+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-06-14T19:28:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9110e366369ba0f99c8e33032da64edb34a4c74a'/>
<id>urn:sha1:9110e366369ba0f99c8e33032da64edb34a4c74a</id>
<content type='text'>
Also copy some notes from busio docstrings to bitbangio docstrings
</content>
</entry>
<entry>
<title>Swap sphinx to autoapi and the inline stubs</title>
<updated>2020-05-13T00:28:24+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-05-13T00:15:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4e8de3c554024d3ac89e9ee77b958a6932a64bec'/>
<id>urn:sha1:4e8de3c554024d3ac89e9ee77b958a6932a64bec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added newlines after every ellipsis</title>
<updated>2020-04-29T19:55:06+00:00</updated>
<author>
<name>dherrada</name>
<email>dylan.herrada@gmail.com</email>
</author>
<published>2020-04-29T19:55:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a2a32fea1acc4caefb6c4142b547d8a09b2ba761'/>
<id>urn:sha1:a2a32fea1acc4caefb6c4142b547d8a09b2ba761</id>
<content type='text'>
</content>
</entry>
</feed>
