<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython, branch 0.9.3</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=0.9.3</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=0.9.3'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-03-27T19:30:02+00:00</updated>
<entry>
<title>atmel-samd: Update Feather M0 Express USB pid.</title>
<updated>2017-03-27T19:30:02+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-03-27T19:30:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3afa09b2fe8a51ca67494869c9af839537ef6a07'/>
<id>urn:sha1:3afa09b2fe8a51ca67494869c9af839537ef6a07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>atmel-samd: Add message for when auto reset is off. Fixes #112</title>
<updated>2017-03-27T19:12:30+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-03-27T19:12:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f5caf8687086d1b3cf3a3b5f6d6218682beca5c2'/>
<id>urn:sha1:f5caf8687086d1b3cf3a3b5f6d6218682beca5c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change to official Feather M0 Express branding.</title>
<updated>2017-03-27T18:45:44+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-03-27T18:44:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=be1ed7aae46d93c136bb18eacdd22143cd52c1da'/>
<id>urn:sha1:be1ed7aae46d93c136bb18eacdd22143cd52c1da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add low-level OneWire support class.</title>
<updated>2017-03-25T12:04:49+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-03-25T12:04:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ff208d767741104f7d2644a58269d7064d4c1b6a'/>
<id>urn:sha1:ff208d767741104f7d2644a58269d7064d4c1b6a</id>
<content type='text'>
This class focuses on the timing sensitive parts of the protocol.
Everything else will be done by Python code.

This also establishes that its OK to back a nativeio class with a
bitbang implementation when no hardware acceleration exists. When
it does, then bitbangio should be used to explicitly bitbang a
protocol.
</content>
</entry>
<entry>
<title>Add PulseIn support which can be used to measure a series of pulse widths.</title>
<updated>2017-03-24T10:30:15+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-03-13T20:55:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7cb54864aa7c651fc65350708afcddfab2a15fcc'/>
<id>urn:sha1:7cb54864aa7c651fc65350708afcddfab2a15fcc</id>
<content type='text'>
This is useful for infrared input and DHT sensors.
</content>
</entry>
<entry>
<title>Add PulseOut which can pulse a PWMOut for IR remote transmission.</title>
<updated>2017-03-10T18:17:54+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-03-10T18:17:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d200a621647aa9fc05aae29ad7bc38363025438b'/>
<id>urn:sha1:d200a621647aa9fc05aae29ad7bc38363025438b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266: Turn off framebuf to get space.</title>
<updated>2017-03-10T18:13:06+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-03-10T18:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=07ea2abcb09aef3b933386669be4802f8c0aba1d'/>
<id>urn:sha1:07ea2abcb09aef3b933386669be4802f8c0aba1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix duty_cycle constructor argument to PWMOut.</title>
<updated>2017-03-10T17:55:17+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-03-10T17:55:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bccfbe4e005ce95693644bf6902885ba902a30f0'/>
<id>urn:sha1:bccfbe4e005ce95693644bf6902885ba902a30f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>atmel-samd: Turn on stack checking so infinite recursion doesn't completely crash.</title>
<updated>2017-03-09T15:09:13+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-03-09T15:09:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fcd60915e2751a30c74b2f620a94ffd273dce386'/>
<id>urn:sha1:fcd60915e2751a30c74b2f620a94ffd273dce386</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the Python intersphinx reference to Python 3 https.</title>
<updated>2017-03-07T11:59:34+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-03-07T11:59:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0f78eea5d8059c1dbb3924c19cfa682fc615ab6a'/>
<id>urn:sha1:0f78eea5d8059c1dbb3924c19cfa682fc615ab6a</id>
<content type='text'>
</content>
</entry>
</feed>
