<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/docs, branch v1.5.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.5.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.5.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2015-11-23T21:27:33+00:00</updated>
<entry>
<title>docs: Bump version to 1.5.1.</title>
<updated>2015-11-23T21:27:33+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-11-23T21:27:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4dea24e10590928310f3b03703e966c9f774871c'/>
<id>urn:sha1:4dea24e10590928310f3b03703e966c9f774871c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/wipy: Make wifi/wlan naming consistent with tutorial.rst.</title>
<updated>2015-11-18T19:02:07+00:00</updated>
<author>
<name>Chris Liechti</name>
<email>cliechti@gmx.net</email>
</author>
<published>2015-11-10T00:10:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=426f326d3594c567102237620e8a5fe8c709eee5'/>
<id>urn:sha1:426f326d3594c567102237620e8a5fe8c709eee5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/wipy: Add warning about losing wlan connection when changing mode.</title>
<updated>2015-11-18T18:55:55+00:00</updated>
<author>
<name>Jason Hildebrand</name>
<email>jason@peaceworks.ca</email>
</author>
<published>2015-11-12T05:00:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9142179f813fe10bf0f027ff07097da4882f2d10'/>
<id>urn:sha1:9142179f813fe10bf0f027ff07097da4882f2d10</id>
<content type='text'>
Also provide workarounds, link to other revelant sections,
and fix some typos.
</content>
</entry>
<entry>
<title>docs: Update docs for WiPy wlan.connect().</title>
<updated>2015-11-18T18:47:40+00:00</updated>
<author>
<name>Noah</name>
<email>noah@hack.se</email>
</author>
<published>2015-11-05T02:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=00960133c2b1732daf28423481b4ffc8a14f207a'/>
<id>urn:sha1:00960133c2b1732daf28423481b4ffc8a14f207a</id>
<content type='text'>
- The link establishment timeout is infinite by default
- Fix typo in notes about the auth kwarg
</content>
</entry>
<entry>
<title>docs/wipy: Fixed some typos in the WiPy's tutorials.</title>
<updated>2015-11-18T18:40:29+00:00</updated>
<author>
<name>Dave Hylands</name>
<email>dhylands@gmail.com</email>
</author>
<published>2015-11-17T07:30:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f3308daa6fb74bc42f764b505d738a82bca8b508'/>
<id>urn:sha1:f3308daa6fb74bc42f764b505d738a82bca8b508</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Fix a typo in the REPL documentation.</title>
<updated>2015-11-10T20:19:20+00:00</updated>
<author>
<name>Dave Hylands</name>
<email>dhylands@gmail.com</email>
</author>
<published>2015-11-10T05:45:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3551368424dffdfb8432f3ff4fb02e0e6590285f'/>
<id>urn:sha1:3551368424dffdfb8432f3ff4fb02e0e6590285f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/select: Document POLLIN/OUT/ERR/HUP.</title>
<updated>2015-11-09T20:10:32+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-11-09T20:10:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=549c79d11e4343ee6cd857c8cda054194bc78482'/>
<id>urn:sha1:549c79d11e4343ee6cd857c8cda054194bc78482</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/mp-readline: Make it easy to exit auto-indent mode by pressing enter.</title>
<updated>2015-11-07T13:07:43+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-11-04T12:29:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b7ca9458773ee18c0b0bb4de55b670e06b70ecc5'/>
<id>urn:sha1:b7ca9458773ee18c0b0bb4de55b670e06b70ecc5</id>
<content type='text'>
This patch allows you to stop auto-indent by pressing enter on a second
blank line.  Easier than having to use backspace, and prevents new users
from getting stuck in auto-indent mode.
</content>
</entry>
<entry>
<title>docs: Add docs about REPL paste-mode and Control-C</title>
<updated>2015-11-03T23:28:53+00:00</updated>
<author>
<name>Dave Hylands</name>
<email>dhylands@gmail.com</email>
</author>
<published>2015-11-01T00:48:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a9f3030371094e3308b4d2150853db2ee3aa4a6b'/>
<id>urn:sha1:a9f3030371094e3308b4d2150853db2ee3aa4a6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Move instructions on generating the documentation to docs/README.md</title>
<updated>2015-11-03T23:28:27+00:00</updated>
<author>
<name>Dave Hylands</name>
<email>dhylands@gmail.com</email>
</author>
<published>2015-11-01T00:46:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=98fb0bf68a251741e341c3bfa74cc64f8a238c20'/>
<id>urn:sha1:98fb0bf68a251741e341c3bfa74cc64f8a238c20</id>
<content type='text'>
</content>
</entry>
</feed>
