<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/docs/library, 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-18T18:47:40+00:00</updated>
<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/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>docs/library/index.rst: Minimally adapt for unix port.</title>
<updated>2015-10-30T22:15:25+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-10-30T22:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=43efb46328383aca78d429d24341dc38e9dccf8d'/>
<id>urn:sha1:43efb46328383aca78d429d24341dc38e9dccf8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: select: Describe poll.poll() return value in detail.</title>
<updated>2015-10-29T19:08:10+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-10-29T19:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=98b6d35c4ffa8ad40fb7aead3b9025c5e0471c27'/>
<id>urn:sha1:98b6d35c4ffa8ad40fb7aead3b9025c5e0471c27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: USB_VCP: Always in non-blocking mode, clarify stream method returns.</title>
<updated>2015-10-25T10:24:29+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-10-25T10:24:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b7ab70c71c3db3fd81aeadb50874615977b1eadb'/>
<id>urn:sha1:b7ab70c71c3db3fd81aeadb50874615977b1eadb</id>
<content type='text'>
They return None if no data available.
</content>
</entry>
<entry>
<title>docs: Explicitly specify behavior of UART stream protocol methods on timeout.</title>
<updated>2015-10-25T05:25:34+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-10-24T19:35:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cf6daa096681dd2926e37415eb10ac99c36f5c0d'/>
<id>urn:sha1:cf6daa096681dd2926e37415eb10ac99c36f5c0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Correct machine.RTC examples.</title>
<updated>2015-10-22T18:23:28+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-10-22T18:23:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ee7bebc94fa5a19757724187bc2b0b1727bb87ff'/>
<id>urn:sha1:ee7bebc94fa5a19757724187bc2b0b1727bb87ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Fix typos on wipy docs.</title>
<updated>2015-10-22T14:35:04+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-10-22T14:22:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4efed58df157a88c30c0ae7307ea2bb5585a5f23'/>
<id>urn:sha1:4efed58df157a88c30c0ae7307ea2bb5585a5f23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Add remark about ssl sockets and standard sockets.</title>
<updated>2015-10-21T20:52:36+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-10-21T20:52:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e954604ae0d6ce03d2097f14b041ca294f66dedb'/>
<id>urn:sha1:e954604ae0d6ce03d2097f14b041ca294f66dedb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Remove remaining references to 'af', which is now 'alt'.</title>
<updated>2015-10-21T13:30:57+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-10-21T09:06:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ee0058d17474bd9b01b09ec90d70c557c81b6d1a'/>
<id>urn:sha1:ee0058d17474bd9b01b09ec90d70c557c81b6d1a</id>
<content type='text'>
</content>
</entry>
</feed>
