<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/docs/library/utime.rst, branch 5.0.0-beta.3</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.0.0-beta.3</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.0.0-beta.3'/>
<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/library: Add CPython docs xref to each pertinent module.</title>
<updated>2017-07-02T12:37:31+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-07-02T12:37:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=465d84b7e72c9fe4a8907ee539f736ff576d9dd6'/>
<id>urn:sha1:465d84b7e72c9fe4a8907ee539f736ff576d9dd6</id>
<content type='text'>
Cross-reference text/link is implemented as RST substitution, so easy to
consistently.
</content>
</entry>
<entry>
<title>docs/utime: Use markup adhering to the latest conventions.</title>
<updated>2017-06-24T21:54:38+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-06-24T21:54:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6f87b03e3ca3efe572ca47aaf6434550b6ac501f'/>
<id>urn:sha1:6f87b03e3ca3efe572ca47aaf6434550b6ac501f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>various: Spelling fixes</title>
<updated>2017-05-29T08:36:05+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2017-05-29T07:08:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ca16c3821053e5bf2b87aeb10007f73f31dc1eac'/>
<id>urn:sha1:ca16c3821053e5bf2b87aeb10007f73f31dc1eac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/utime: Deconditionalize description of sleep().</title>
<updated>2017-04-08T21:42:32+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-04-08T21:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3acace588a51b5f45a28ae3f63d662b6be0e8d4d'/>
<id>urn:sha1:3acace588a51b5f45a28ae3f63d662b6be0e8d4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/utime: De-conditionalize description of sleep_ms() and friends.</title>
<updated>2017-04-05T08:40:47+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-04-05T08:39:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0a861db91c9566e9cc6021dc3620c7ecd9af3edd'/>
<id>urn:sha1:0a861db91c9566e9cc6021dc3620c7ecd9af3edd</id>
<content type='text'>
These are basic MicroPython API, and all ports should implement them.
</content>
</entry>
<entry>
<title>utime module documentation fixes and cleanup:</title>
<updated>2017-03-17T17:45:08+00:00</updated>
<author>
<name>Christopher Arndt</name>
<email>chris@chrisarndt.de</email>
</author>
<published>2017-03-05T18:56:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9b80a1e3e93e51fdac8a288de58474e4b26efd46'/>
<id>urn:sha1:9b80a1e3e93e51fdac8a288de58474e4b26efd46</id>
<content type='text'>
* Fix mis-spelling of `ticks_add` in code examples.
* Be consistent about parentheses after function names.
* Be consistent about formatting of function, variable and constant names.
* Be consistent about spaces and punctuation.
* Fix some language errors (missing or wrong words, wrong word order).
* Keep line length under 90 chars.

Signed-off-by: Christopher Arndt &lt;chris@chrisarndt.de&gt;
</content>
</entry>
<entry>
<title>docs/utime: Add docs for ticks_add(), improvements for other ticks_*().</title>
<updated>2016-10-31T21:14:12+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-10-31T21:14:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=805f7ea2f2b4e1aeef7326db439ab2b810729f33'/>
<id>urn:sha1:805f7ea2f2b4e1aeef7326db439ab2b810729f33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/utime: Remove only:: for ticks_diff().</title>
<updated>2016-10-31T21:03:40+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-10-31T21:03:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8679d9e6a67ff98919b1ea9c4095cac1e31df89d'/>
<id>urn:sha1:8679d9e6a67ff98919b1ea9c4095cac1e31df89d</id>
<content type='text'>
It's mandatory function which should be present in every port. Even if
it's not, in the stdlib intro we waarn users that a particular port can
lack anything of described in the docs.
</content>
</entry>
<entry>
<title>docs/utime: Describe new semantics of ticks_diff() (signed ring arithmetics).</title>
<updated>2016-10-30T21:17:56+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-10-30T21:17:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d60ad5cf5356b7600ed53365216405c546fea299'/>
<id>urn:sha1:d60ad5cf5356b7600ed53365216405c546fea299</id>
<content type='text'>
</content>
</entry>
</feed>
