<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython, branch 2.2.0rc1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.2.0rc1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.2.0rc1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-12-15T18:42:09+00:00</updated>
<entry>
<title>Merge pull request #486 from dhalbert/2.x_lis3dh_3.0.0</title>
<updated>2017-12-15T18:42:09+00:00</updated>
<author>
<name>Kattni</name>
<email>kattni@kittyfish.org</email>
</author>
<published>2017-12-15T18:42:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=aca4b60d28db19542bf32a8197c982cd2d3e4e39'/>
<id>urn:sha1:aca4b60d28db19542bf32a8197c982cd2d3e4e39</id>
<content type='text'>
update CPX frozen Adafruit_CircuitPython_LIS3DH to library version 3.0.0</content>
</entry>
<entry>
<title>update CPX frozen Adafruit_CircuitPython_LIS3DH to library version 3.0.0</title>
<updated>2017-12-15T18:25:46+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-12-15T18:25:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=054cac3e4b910ed5201484990602c20a139a9d8d'/>
<id>urn:sha1:054cac3e4b910ed5201484990602c20a139a9d8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Speed up AnalogIn.value.</title>
<updated>2017-12-15T17:56:39+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-12-15T16:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0c0a09aeb6ec0357acbe64b034c162c805e07c9e'/>
<id>urn:sha1:0c0a09aeb6ec0357acbe64b034c162c805e07c9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #483 from dhalbert/2.x</title>
<updated>2017-12-14T23:38:05+00:00</updated>
<author>
<name>Kattni</name>
<email>kattni@kittyfish.org</email>
</author>
<published>2017-12-14T23:38:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6d603e462d578a83bfeab78bfdf806d8d45c6701'/>
<id>urn:sha1:6d603e462d578a83bfeab78bfdf806d8d45c6701</id>
<content type='text'>
bring CPX frozen modules up to date</content>
</entry>
<entry>
<title>bring CPX frozen modules up to date</title>
<updated>2017-12-14T22:43:59+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-12-14T22:43:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a37cc171e83d7236684a777ea08241db2712f909'/>
<id>urn:sha1:a37cc171e83d7236684a777ea08241db2712f909</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Write version info to boot_out.txt.</title>
<updated>2017-12-14T17:59:40+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-12-14T16:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f2ad1a36799a65ef27a1ee46c772043d97cd0011'/>
<id>urn:sha1:f2ad1a36799a65ef27a1ee46c772043d97cd0011</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix PDMIn MEMS microphone support (#479)</title>
<updated>2017-12-13T18:12:49+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-12-13T18:12:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=43650b689674a18b95d520921d10a91b67f64c84'/>
<id>urn:sha1:43650b689674a18b95d520921d10a91b67f64c84</id>
<content type='text'>
Changes:

    * New faster filter loop, by @ladyada. New filter coefficients as well.
    * Turn on microphone clock when PDMIn object is created, and run it all the time, so the user code doesn't have to wait for microphone startup, which can be 10ms or even 100ms.
    * Wait for microphone startup when PDMIn is first created, based on new optional parameter microphone_startup in seconds (takes a float).
    * record() returns number of samples actually recorded, so you can see if it's not keeping up.
    * Fix buffer overflow errors when buffer size was not a multiple of 16 or something like that.
    * Tweak a few peripheral settings.
    * Minimum sampling frequency is now 16kHZ or so, because 8kHz runs microphone at only 0.5MHz, which is too slow for many mics.

Note: I tried 128x oversampling instead of 64x, but the code cannot keep up at 24kHz or above sampling. 128x would reduce the high-frequency noise by 6db.
</content>
</entry>
<entry>
<title>Merge pull request #474 from tannewt/mcu_reset</title>
<updated>2017-12-06T00:20:26+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-12-06T00:20:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3c49f53eac8d39c0681f4b38d71d1b854b870fe0'/>
<id>urn:sha1:3c49f53eac8d39c0681f4b38d71d1b854b870fe0</id>
<content type='text'>
Introduce reset mechanics to microcontroller.</content>
</entry>
<entry>
<title>Fix a couple spelling errors.</title>
<updated>2017-12-06T00:04:47+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-12-06T00:04:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a91e1cb68271ae2acc3d65ece1d781d6077e4138'/>
<id>urn:sha1:a91e1cb68271ae2acc3d65ece1d781d6077e4138</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce reset mechanics to microcontroller.</title>
<updated>2017-12-05T22:50:58+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-12-05T22:50:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b4d36990479888a0be503383367fbd1bd9b6976b'/>
<id>urn:sha1:b4d36990479888a0be503383367fbd1bd9b6976b</id>
<content type='text'>
This allows one to configure how a subsequent reset will behave and
also trigger a reset.

Fixes #350 and fixes #173
</content>
</entry>
</feed>
