<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython, branch 2.1.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.1.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.1.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-10-17T17:02:16+00:00</updated>
<entry>
<title>redo time.monotonic() to avoid double precision</title>
<updated>2017-10-17T17:02:16+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-10-17T03:48:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a1409d1432ea4280293749b3a2bb5c2278fda609'/>
<id>urn:sha1:a1409d1432ea4280293749b3a2bb5c2278fda609</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set DRVSTR on output pins to strong (more current capability).</title>
<updated>2017-10-17T05:13:09+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-10-16T22:28:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4f4ddf00dcce450aaa79da2cdab25fad674926f9'/>
<id>urn:sha1:4f4ddf00dcce450aaa79da2cdab25fad674926f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266: add neopixel_write - remove neopixel.py (#339)</title>
<updated>2017-10-17T01:29:42+00:00</updated>
<author>
<name>jerryneedell</name>
<email>jerryneedell@gmail.com</email>
</author>
<published>2017-10-17T01:29:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c6a15f76adfe0a3627fd42f6a4a5f2c45be51b35'/>
<id>urn:sha1:c6a15f76adfe0a3627fd42f6a4a5f2c45be51b35</id>
<content type='text'>
For ESP8266, remove frozen module neopixel.py and add neopixel_write to mpconfigport.h. Use  [Adafruit_CircuitPython_Neopixel/neopixel.py](https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel) instead.
</content>
</entry>
<entry>
<title>Merge pull request #336 from tannewt/2.x</title>
<updated>2017-10-16T22:43:28+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-10-16T22:43:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e2ce87e250b14f192955b1eb7968246734193237'/>
<id>urn:sha1:e2ce87e250b14f192955b1eb7968246734193237</id>
<content type='text'>
esp8266: Correct SPI functionality when write_value is provided.</content>
</entry>
<entry>
<title>Merge pull request #337 from tannewt/fix_pin_reset</title>
<updated>2017-10-16T22:42:22+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-10-16T22:42:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2148211314edd378770286b504195d913723e34b'/>
<id>urn:sha1:2148211314edd378770286b504195d913723e34b</id>
<content type='text'>
esp8266: Actually disable pins when reset on reload.</content>
</entry>
<entry>
<title>esp8266: Actually disable pins when reset on reload.</title>
<updated>2017-10-16T22:13:09+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-10-16T22:07:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c216c2876f46501db62faa133d9ac2c150791814'/>
<id>urn:sha1:c216c2876f46501db62faa133d9ac2c150791814</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266: Correct SPI functionality when write_value is provided.</title>
<updated>2017-10-16T21:54:23+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-10-16T21:54:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6c7d35c40cb2b498b34befd4dcfc3d6d0bf3208b'/>
<id>urn:sha1:6c7d35c40cb2b498b34befd4dcfc3d6d0bf3208b</id>
<content type='text'>
It used to introduce extra clocks to the bus rather than changing the
value output.

This fixes SD cards.
</content>
</entry>
<entry>
<title>More io capability on non-Express boards, so call *_reset() routines</title>
<updated>2017-10-16T19:51:55+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-10-16T19:11:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5f6df7f54a06720ff0633639b0c489696f252102'/>
<id>urn:sha1:5f6df7f54a06720ff0633639b0c489696f252102</id>
<content type='text'>
appropriately to match board capabilities.
</content>
</entry>
<entry>
<title>Turn on pulseio now that there's room.</title>
<updated>2017-10-16T19:51:55+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-10-15T19:11:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1709fbb65a4ec16dd0b9a8a72514aeb7b0305b9c'/>
<id>urn:sha1:1709fbb65a4ec16dd0b9a8a72514aeb7b0305b9c</id>
<content type='text'>
https://github.com/adafruit/circuitpython/issues/325#issuecomment-336733842
</content>
</entry>
<entry>
<title>Use internal libm for all atmel-samd boards.</title>
<updated>2017-10-16T19:20:33+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-10-16T15:19:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=274fff4226f36223d15480b8d198d89164b09933'/>
<id>urn:sha1:274fff4226f36223d15480b8d198d89164b09933</id>
<content type='text'>
</content>
</entry>
</feed>
