<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings, branch 4.0.0-rc.2</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.0.0-rc.2</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.0.0-rc.2'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2019-05-10T03:55:45+00:00</updated>
<entry>
<title>reset wiznet at network deinitialize adafruit/circuitpython#1800</title>
<updated>2019-05-10T03:55:45+00:00</updated>
<author>
<name>Nick Moore</name>
<email>nick@zoic.org</email>
</author>
<published>2019-05-10T03:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=af0bba062275cd06577018e276ebe6c5ee0428ce'/>
<id>urn:sha1:af0bba062275cd06577018e276ebe6c5ee0428ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop DHCP when configuring IP address adafruit/circuitpython#1800</title>
<updated>2019-05-09T23:20:57+00:00</updated>
<author>
<name>Nick Moore</name>
<email>nick@zoic.org</email>
</author>
<published>2019-05-09T23:20:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e00a702ce9df8109e15e5268ee3fb41df2902681'/>
<id>urn:sha1:e00a702ce9df8109e15e5268ee3fb41df2902681</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update docs for wiznet5k adafruit/circuitpython#1800</title>
<updated>2019-05-07T11:48:44+00:00</updated>
<author>
<name>Nick Moore</name>
<email>nick@zoic.org</email>
</author>
<published>2019-05-07T11:48:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=832f07a6e94a35ec733be706ecdba9f80c8ff726'/>
<id>urn:sha1:832f07a6e94a35ec733be706ecdba9f80c8ff726</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make wiznet5k RST pin optional adafruit/circuitpython#1800</title>
<updated>2019-05-07T08:41:53+00:00</updated>
<author>
<name>Nick Moore</name>
<email>nick@zoic.org</email>
</author>
<published>2019-05-07T08:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=264fc2b07041a55aaf607c1839914acf056b1513'/>
<id>urn:sha1:264fc2b07041a55aaf607c1839914acf056b1513</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update docs to include new 'dhcp' constructor parameter</title>
<updated>2019-05-02T09:14:22+00:00</updated>
<author>
<name>Nick Moore</name>
<email>nick@zoic.org</email>
</author>
<published>2019-05-02T09:14:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d97c81b0c999c77b64319e6eca4bcb346c2f9f29'/>
<id>urn:sha1:d97c81b0c999c77b64319e6eca4bcb346c2f9f29</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a kw-only argument "dhcp" to wiznet5k object</title>
<updated>2019-05-02T06:05:33+00:00</updated>
<author>
<name>Nick Moore</name>
<email>nick@zoic.org</email>
</author>
<published>2019-05-02T05:42:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=baa9c02c8b1737bf31319b58d623ca970829af24'/>
<id>urn:sha1:baa9c02c8b1737bf31319b58d623ca970829af24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix socket.recv() buffer length from e23bad3a</title>
<updated>2019-05-02T03:13:56+00:00</updated>
<author>
<name>Nick Moore</name>
<email>nick@zoic.org</email>
</author>
<published>2019-04-16T07:57:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=58d1d997013c717d5b6e17d53aa44eb5940c202a'/>
<id>urn:sha1:58d1d997013c717d5b6e17d53aa44eb5940c202a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add Display.__init__() args for brightness and auto_brightness</title>
<updated>2019-04-18T19:59:16+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-04-18T19:59:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0113e0970eb7d4b753982692d33754d38694efb7'/>
<id>urn:sha1:0113e0970eb7d4b753982692d33754d38694efb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Turn off auto_brightness if brightness is set</title>
<updated>2019-04-18T17:57:27+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-04-18T17:57:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4fc0f8b25c53d5eb05cd2b4e124c22d999fc506a'/>
<id>urn:sha1:4fc0f8b25c53d5eb05cd2b4e124c22d999fc506a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1807 from pewpew-game/stage-cast-native</title>
<updated>2019-04-17T17:37:32+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-04-17T17:37:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bfbe9323ee9aa014e6af3e3fe349d37843a3a5c9'/>
<id>urn:sha1:bfbe9323ee9aa014e6af3e3fe349d37843a3a5c9</id>
<content type='text'>
Allow use of displayio.Display subclasses in _stage</content>
</entry>
</feed>
