<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/docs, branch v1.9</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-05-26T09:07:37+00:00</updated>
<entry>
<title>docs: Bump version to 1.9.</title>
<updated>2017-05-26T09:07:37+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-05-26T09:07:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=825460a093a6bcd8fb79119b5f6ee8408f63603b'/>
<id>urn:sha1:825460a093a6bcd8fb79119b5f6ee8408f63603b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>library/machine.Pin: Remove .id() method and .board class attr.</title>
<updated>2017-05-21T12:50:16+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-05-21T12:50:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3ebd67fc099161b43b61fd18e8e98b8274ebe9b4'/>
<id>urn:sha1:3ebd67fc099161b43b61fd18e8e98b8274ebe9b4</id>
<content type='text'>
Both aren't part of generic Hardware API: It's impossible to implement
.id() method in a generic case (e.g., when Pin is instantiated by the
underlying OS/RTOS). .board attribute is an obvious space hog which
instead can be implemented on Python level if needed.
</content>
</entry>
<entry>
<title>docs/library/machine.UART: Update and improve uart.any() docs.</title>
<updated>2017-05-19T05:48:22+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-05-17T07:24:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=436d97b3f9230b882fd152f36433a26832a0634b'/>
<id>urn:sha1:436d97b3f9230b882fd152f36433a26832a0634b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/library/micropython: Document the newer micropython functions.</title>
<updated>2017-05-17T14:25:09+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-05-17T14:25:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d007351b3377f97316c4af2adcec164fb5e56dca'/>
<id>urn:sha1:d007351b3377f97316c4af2adcec164fb5e56dca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>drivers/display/lcd160cr: Fix get_line method and enhance screen_dump.</title>
<updated>2017-05-17T09:53:13+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-05-17T09:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f351c6db5e4c0bf75d5d647e69a047da739606a8'/>
<id>urn:sha1:f351c6db5e4c0bf75d5d647e69a047da739606a8</id>
<content type='text'>
The docs are updated and describe the new behaviour of these methods.
</content>
</entry>
<entry>
<title>docs: Change single occurrence of "Micropython" to "MicroPython".</title>
<updated>2017-05-17T02:38:33+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-05-17T02:38:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e4a53570d08643d62ba8e2b72919ae1693162e9a'/>
<id>urn:sha1:e4a53570d08643d62ba8e2b72919ae1693162e9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/library/index: Add important summary of the intro section as warning.</title>
<updated>2017-05-14T21:26:44+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-05-14T21:26:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d5713c8618e8d809f354b6be72b7410dc5ac840a'/>
<id>urn:sha1:d5713c8618e8d809f354b6be72b7410dc5ac840a</id>
<content type='text'>
To make them harder to miss.
</content>
</entry>
<entry>
<title>docs/machine.Signal: Add initial draft description of Signal class.</title>
<updated>2017-05-14T20:12:06+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-05-14T20:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0ba136fbe9bf2f20555480ef4de1778e48ea3105'/>
<id>urn:sha1:0ba136fbe9bf2f20555480ef4de1778e48ea3105</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/machine.Pin: There's no toggle() method in MicroPython hardware API.</title>
<updated>2017-05-14T19:52:16+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-05-14T19:52:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c19f07bd52aeb59ac8bdfa1e575e2323f6a14c6e'/>
<id>urn:sha1:c19f07bd52aeb59ac8bdfa1e575e2323f6a14c6e</id>
<content type='text'>
May be a port-specific method, not portable, not part of the official
specification.
</content>
</entry>
<entry>
<title>docs/library/uos: Add description of uos.ilistdir() function.</title>
<updated>2017-05-10T02:44:21+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-05-10T02:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6d221fe284f977dbf55fd4668efae281b045c237'/>
<id>urn:sha1:6d221fe284f977dbf55fd4668efae281b045c237</id>
<content type='text'>
</content>
</entry>
</feed>
