<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/examples, branch reentrant-gc</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=reentrant-gc</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=reentrant-gc'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-10-09T17:43:10+00:00</updated>
<entry>
<title>unix: Rename "microsocket" module to "usocket".</title>
<updated>2014-10-09T17:43:10+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-10-09T17:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=23b3b04072345c372ff202e39357ceb4422c16db'/>
<id>urn:sha1:23b3b04072345c372ff202e39357ceb4422c16db</id>
<content type='text'>
Per new conventions, we'd like to consistently use "u*" naming conventions
for modules which don't offer complete CPython compatibility, while offer
subset or similar API.
</content>
</entry>
<entry>
<title>examples: Rename unix socket examples to have more precise naming (http).</title>
<updated>2014-10-09T17:35:56+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-10-09T17:35:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a2d8f98a7ebff40e0e6271566d7d49b43966f12b'/>
<id>urn:sha1:a2d8f98a7ebff40e0e6271566d7d49b43966f12b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>examples: Added pins.py example script to list pin config/af.</title>
<updated>2014-08-24T17:34:38+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-24T17:34:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1d8a06406ada77eab5ee368dde9c38c6fe4e7746'/>
<id>urn:sha1:1d8a06406ada77eab5ee368dde9c38c6fe4e7746</id>
<content type='text'>
Script is due to Dave Hylands.
</content>
</entry>
<entry>
<title>remove `__doc__ =` and fix tweak doc diffs</title>
<updated>2014-06-03T13:46:12+00:00</updated>
<author>
<name>Metallicow</name>
<email>metaliobovinus@gmail.com</email>
</author>
<published>2014-06-03T13:46:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3d5ffa83180b216fc44fb151771141c12a9c425b'/>
<id>urn:sha1:3d5ffa83180b216fc44fb151771141c12a9c425b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>examples, switch: Make run_loop take sequence of LED objects.</title>
<updated>2014-06-01T17:34:58+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-06-01T17:34:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=517f292c8dbd59ac78edc6a9e619f6c9973c814a'/>
<id>urn:sha1:517f292c8dbd59ac78edc6a9e619f6c9973c814a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>__doc__ switch, make importable, and easy to test</title>
<updated>2014-06-01T14:18:13+00:00</updated>
<author>
<name>Metallicow</name>
<email>metaliobovinus@gmail.com</email>
</author>
<published>2014-06-01T14:18:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9500e98433e274acd1b300094ae56d9389b22a8c'/>
<id>urn:sha1:9500e98433e274acd1b300094ae56d9389b22a8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add switch test example</title>
<updated>2014-06-01T05:15:04+00:00</updated>
<author>
<name>Metallicow</name>
<email>metaliobovinus@gmail.com</email>
</author>
<published>2014-06-01T05:15:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f94cc975a2aca94afc0a8df7bbdeaa276ca5b5a7'/>
<id>urn:sha1:f94cc975a2aca94afc0a8df7bbdeaa276ca5b5a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>LED Fix</title>
<updated>2014-06-01T05:10:10+00:00</updated>
<author>
<name>Metallicow</name>
<email>metaliobovinus@gmail.com</email>
</author>
<published>2014-06-01T05:10:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fa82aa81c03bba74be013b7e39ab1270477b5cc3'/>
<id>urn:sha1:fa82aa81c03bba74be013b7e39ab1270477b5cc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Rename byte_code to bytecode everywhere.</title>
<updated>2014-05-10T09:36:38+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-10T09:36:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3417bc2f25c492f7551e35d14349d85a45122b43'/>
<id>urn:sha1:3417bc2f25c492f7551e35d14349d85a45122b43</id>
<content type='text'>
bytecode is the more widely used.  See issue #590.
</content>
</entry>
<entry>
<title>examples, SDdatalogger: Add more comments; reduce power consumption.</title>
<updated>2014-05-05T13:09:23+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-05T13:09:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fa2e701e23104e7b970294d44b4015a7e5928ffd'/>
<id>urn:sha1:fa2e701e23104e7b970294d44b4015a7e5928ffd</id>
<content type='text'>
</content>
</entry>
</feed>
