<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/docs/library/pyb.USB_VCP.rst, branch 5.3.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.3.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.3.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2018-02-21T01:34:59+00:00</updated>
<entry>
<title>Delete a bunch of docs, drivers and examples not relevant to CircuitPython.</title>
<updated>2018-02-21T01:34:59+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2018-02-21T01:34:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=20dd3b1e434f57a0609fd5306f47863396d1022e'/>
<id>urn:sha1:20dd3b1e434f57a0609fd5306f47863396d1022e</id>
<content type='text'>
This fixes #345 and fixes #215.
</content>
</entry>
<entry>
<title>docs: Remove references to readall() and update stream read() docs.</title>
<updated>2016-11-14T12:31:40+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-11-14T12:31:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a392b3aa75c9309afedd7e9d9f6aeb739c9d9dab'/>
<id>urn:sha1:a392b3aa75c9309afedd7e9d9f6aeb739c9d9dab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/pyb.*: Use proper class case in method headers.</title>
<updated>2016-06-08T13:21:28+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-08T13:21:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a384a5313013d8ffda4db0e509cf798a080b3526'/>
<id>urn:sha1:a384a5313013d8ffda4db0e509cf798a080b3526</id>
<content type='text'>
Class designator will be used as is in indexes, so must match actual class
name.
</content>
</entry>
<entry>
<title>docs/pyb.*: Add "currentmodule:: pyb" directive.</title>
<updated>2016-06-07T21:57:41+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-07T21:57:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0a4cc24b2e8e7ceafb4e2cbe640c9f5dce655a70'/>
<id>urn:sha1:0a4cc24b2e8e7ceafb4e2cbe640c9f5dce655a70</id>
<content type='text'>
Makes sure that classes described in these separate files are properly
designated as belonging to "pyb" module in indexes.
</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: Document USB_VCP file-like methods.</title>
<updated>2015-05-13T19:42:12+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-05-13T19:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0bfc57022dc6922d1f480ca58cc3d6e3b8c92288'/>
<id>urn:sha1:0bfc57022dc6922d1f480ca58cc3d6e3b8c92288</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Add Python-configurable USB HID mode.</title>
<updated>2015-02-13T14:02:51+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-11-01T21:26:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d39c7aa517b722161a7dd792fafc5096d58beec8'/>
<id>urn:sha1:d39c7aa517b722161a7dd792fafc5096d58beec8</id>
<content type='text'>
Different HID modes can be configured in Python.  You can either use
predefined mouse or keyboard, or write your own report descriptor.
</content>
</entry>
<entry>
<title>stmhal: Add USB_VCP.setinterrupt method, to disable CTRL-C.</title>
<updated>2014-11-29T15:23:21+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-11-29T15:23:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=19fb1b4dd7173ad2cf4b2bb1b0f0c06498499bd2'/>
<id>urn:sha1:19fb1b4dd7173ad2cf4b2bb1b0f0c06498499bd2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Cleanup and update some docs.</title>
<updated>2014-10-31T22:21:37+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-10-31T22:21:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a58713a899b7df5b291e868d2553b2333c0b3dc9'/>
<id>urn:sha1:a58713a899b7df5b291e868d2553b2333c0b3dc9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Import documentation from source-code inline comments.</title>
<updated>2014-10-31T01:37:19+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-10-31T01:37:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=88d3054ac072f9c73b0f3f045c59ba74f6730c1d'/>
<id>urn:sha1:88d3054ac072f9c73b0f3f045c59ba74f6730c1d</id>
<content type='text'>
The inline docs (prefixed with /// in .c files) have been converted to
RST format and put in the docs subdirectory.
</content>
</entry>
</feed>
