<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings, branch 4.0.0-alpha.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-alpha.2</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.0.0-alpha.2'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2018-10-16T15:05:02+00:00</updated>
<entry>
<title>PulseOut working</title>
<updated>2018-10-16T15:05:02+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-10-16T15:05:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2262efc31155cfb498c5ecbfb64be16839cf4641'/>
<id>urn:sha1:2262efc31155cfb498c5ecbfb64be16839cf4641</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1259 from dhalbert/nrf-pwmout</title>
<updated>2018-10-10T16:27:27+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-10-10T16:27:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8d580933287e712dec9d27cfc0fb988426ff2562'/>
<id>urn:sha1:8d580933287e712dec9d27cfc0fb988426ff2562</id>
<content type='text'>
Allow variable freq PWMOut; use multiple channels if same freq</content>
</entry>
<entry>
<title>Merge pull request #1193 from ATMakersBill/master</title>
<updated>2018-10-10T06:58:43+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-10-10T06:58:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=df80ad8e6e1aa7b6f9bbadbd039bbc7e554069d5'/>
<id>urn:sha1:df80ad8e6e1aa7b6f9bbadbd039bbc7e554069d5</id>
<content type='text'>
Add supervisor.runtime.serial_bytes_available so that input() can be used without blocking.</content>
</entry>
<entry>
<title>Move the docs next to the implementation</title>
<updated>2018-10-10T06:15:25+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-10-10T06:15:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0688709c4fb965b318ad40d2cab19911bd1497e8'/>
<id>urn:sha1:0688709c4fb965b318ad40d2cab19911bd1497e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added Documentation for the serial_bytes_available attribute</title>
<updated>2018-10-10T02:50:59+00:00</updated>
<author>
<name>ATMakersBill</name>
<email>bill@atmakers.org</email>
</author>
<published>2018-10-10T02:50:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=05d4b8cf50685db683dd48d7d3037da868385a0a'/>
<id>urn:sha1:05d4b8cf50685db683dd48d7d3037da868385a0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow variable freq PWMOut; use multiple channels if same freq</title>
<updated>2018-10-10T00:52:55+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-10-10T00:52:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=91a88cf5685b88708cae501f4f7dbf0e8a4e6e17'/>
<id>urn:sha1:91a88cf5685b88708cae501f4f7dbf0e8a4e6e17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replacing change to input() with separate method to check for USB Serial input</title>
<updated>2018-10-09T22:37:52+00:00</updated>
<author>
<name>ATMakersBill</name>
<email>bill@atmakers.org</email>
</author>
<published>2018-10-09T22:37:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9f94712ad10193c4fc6d888ef3ebc611bc0e011c'/>
<id>urn:sha1:9f94712ad10193c4fc6d888ef3ebc611bc0e011c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename stop to stop_voice in case we want stop to stop everything later.</title>
<updated>2018-10-09T20:28:00+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-10-09T20:28:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6da25c8893afedfc195327f597fd3b0b45fc65d8'/>
<id>urn:sha1:6da25c8893afedfc195327f597fd3b0b45fc65d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix doc build</title>
<updated>2018-10-05T22:19:08+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-10-05T20:03:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=15d80a8c46e26a2ac806b52e75f584bd96fa683f'/>
<id>urn:sha1:15d80a8c46e26a2ac806b52e75f584bd96fa683f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce audioio.Mixer which can mix multiple audio samples</title>
<updated>2018-10-05T22:12:23+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-10-03T01:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=76008ce304e09394733a10d56b944218b41630ca'/>
<id>urn:sha1:76008ce304e09394733a10d56b944218b41630ca</id>
<content type='text'>
to produce a single sample.

Only works with 16 bit samples on the M4.

Fixes #987
</content>
</entry>
</feed>
