<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/docs/library, branch v1.3.10</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.3.10</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.3.10'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2015-01-20T23:56:10+00:00</updated>
<entry>
<title>docs: Fix frequency info for DAC.triangle.</title>
<updated>2015-01-20T23:56:10+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-01-20T23:56:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=73533247cb2602c968229d2c102e925c5b702677'/>
<id>urn:sha1:73533247cb2602c968229d2c102e925c5b702677</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Add note about maximum frequency of busses.</title>
<updated>2015-01-08T22:54:26+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-01-08T22:54:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3990dcfcd78017dfada57ff2ca61c2dbcf0b7074'/>
<id>urn:sha1:3990dcfcd78017dfada57ff2ca61c2dbcf0b7074</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Add initial "uctypes" modules docs. WIP.</title>
<updated>2015-01-07T22:17:10+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-01-07T22:15:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7a0636e80aea2ce1af03c890e024dabcdffcdf78'/>
<id>urn:sha1:7a0636e80aea2ce1af03c890e024dabcdffcdf78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Add quickref info about Servo; improve Servo docs.</title>
<updated>2015-01-01T18:00:45+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-01-01T18:00:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ddbcc795509bdd4957e876189577fdada0d486ac'/>
<id>urn:sha1:ddbcc795509bdd4957e876189577fdada0d486ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Add ability to mount custom block device.</title>
<updated>2014-12-27T20:20:51+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-12-27T20:20:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7690b13953162dcf398619bbfa6809d3d4e7dc67'/>
<id>urn:sha1:7690b13953162dcf398619bbfa6809d3d4e7dc67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Make admonition for CPy-difference use "attention" class.</title>
<updated>2014-12-22T13:42:30+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-12-22T13:42:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a37656c1325a0e5afbd469070013aa2ee5184b65'/>
<id>urn:sha1:a37656c1325a0e5afbd469070013aa2ee5184b65</id>
<content type='text'>
This renders it in yellow/orange box on RTD server.
</content>
</entry>
<entry>
<title>docs: Add CPy diff note for print_exception; embellish sys.platform.</title>
<updated>2014-12-19T22:10:38+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-12-19T22:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6d3ae569cf7115ff3453d89cd37166edea41de24'/>
<id>urn:sha1:6d3ae569cf7115ff3453d89cd37166edea41de24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Define more clearly the behaviour of LED methods.</title>
<updated>2014-12-16T11:55:46+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-12-16T11:55:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9642846d71451ce12579da421567ebf63560c829'/>
<id>urn:sha1:9642846d71451ce12579da421567ebf63560c829</id>
<content type='text'>
Addresses issue #1006.
</content>
</entry>
<entry>
<title>docs: Add sys.print_exception().</title>
<updated>2014-12-10T18:31:38+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-12-06T22:18:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6c3fc7465692ffe4c3ebd9983b405006ea7178a7'/>
<id>urn:sha1:6c3fc7465692ffe4c3ebd9983b405006ea7178a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Allow SPI.init to specify prescaler directly; improve SPI docs.</title>
<updated>2014-12-08T21:34:07+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-12-08T21:34:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b66a31c42cc99b8b584a4e90eab4f58b87904886'/>
<id>urn:sha1:b66a31c42cc99b8b584a4e90eab4f58b87904886</id>
<content type='text'>
</content>
</entry>
</feed>
