<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/docs, branch v1.9.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-06-11T13:04:00+00:00</updated>
<entry>
<title>docs: Bump version to 1.9.1.</title>
<updated>2017-06-11T13:04:00+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-06-11T13:04:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=869cdcfdfc860b1177baf9b0f8818915ba54f3f5'/>
<id>urn:sha1:869cdcfdfc860b1177baf9b0f8818915ba54f3f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/network: First step to describe standard network class interface.</title>
<updated>2017-06-04T18:25:23+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-04-09T10:21:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cd64b3082e501f5a54cb15ab3087be91c8f90338'/>
<id>urn:sha1:cd64b3082e501f5a54cb15ab3087be91c8f90338</id>
<content type='text'>
This adds description of implied AbstractNIC base class, which should be
"subclasses" and implemented by a particular network device class.

This is just an initial step in that direction, the API and description
will be elabotated further.
</content>
</entry>
<entry>
<title>docs/machine: Sort machine classes in logical order, not alphabetically.</title>
<updated>2017-06-03T11:50:54+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-06-03T11:50:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f245f5d7cc62ae60c73d51d9962a995ff3e579c5'/>
<id>urn:sha1:f245f5d7cc62ae60c73d51d9962a995ff3e579c5</id>
<content type='text'>
The list starts with the simplest functionality - GPIO, proceeds to
communication interfaces (UART, SPI, I2C), the to time(r) related
things, then everything else.
</content>
</entry>
<entry>
<title>docs/uos: Move cc3200 port legacy VFS mounting functions to its ref doc.</title>
<updated>2017-06-03T11:19:53+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-06-03T11:19:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e91b1cdae38d693fbd34a57341d8c72737f0ec22'/>
<id>urn:sha1:e91b1cdae38d693fbd34a57341d8c72737f0ec22</id>
<content type='text'>
This patch also unconditionalizes uos.dupterm(), though exact interface
and semantics is yet to be defined.
</content>
</entry>
<entry>
<title>docs/uos: Deconditionalize, remove minor port-specific details.</title>
<updated>2017-06-03T10:51:13+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-06-03T10:51:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1ce44f30467e4882580ca8545f15ba7d882cb428'/>
<id>urn:sha1:1ce44f30467e4882580ca8545f15ba7d882cb428</id>
<content type='text'>
For a couple of ports, there was information which directory is set
as current after boot. This information doesn't belong to "uos" module,
and is moved to boards' references (which actually already contained
information on which directory is chosen for boot, even if without
explicit mentioning that it becomes current directory, which is now
done).
</content>
</entry>
<entry>
<title>docs/network: Move confusingly-named cc3200 Server class to its reference.</title>
<updated>2017-06-03T10:34:28+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-06-03T10:34:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=92206a78aeddf81eca08fb25589231e5a62df69c'/>
<id>urn:sha1:92206a78aeddf81eca08fb25589231e5a62df69c</id>
<content type='text'>
cc3200 port has network.Server class to control behavior of builtin
Telnet/FTP server of that port.
</content>
</entry>
<entry>
<title>docs/esp8266/quickref: Polish Pin.on()/off() examples.</title>
<updated>2017-06-02T18:08:23+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-05-31T19:57:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=22ca5390f7ec55400bd55cec5e52fc6c704f8be7'/>
<id>urn:sha1:22ca5390f7ec55400bd55cec5e52fc6c704f8be7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/esp8266: Consistently replace Pin.high/low methods with .on/off.</title>
<updated>2017-05-30T04:36:25+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-05-30T04:36:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=272a5d95e040994039eb91830d310339253bcbb9'/>
<id>urn:sha1:272a5d95e040994039eb91830d310339253bcbb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/machine.Pin: Add on() and off() methods.</title>
<updated>2017-05-29T17:56:13+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-05-29T17:56:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d5b8825d5f5c6110f9cf3bd39848cfe94137d291'/>
<id>urn:sha1:d5b8825d5f5c6110f9cf3bd39848cfe94137d291</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/machine.Pin: Remove out_value() method.</title>
<updated>2017-05-29T17:51:30+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-05-29T17:51:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3496d9e4bd39452484d8a99e991ef7c0a92d5b51'/>
<id>urn:sha1:3496d9e4bd39452484d8a99e991ef7c0a92d5b51</id>
<content type='text'>
This method isn't implemented in any port. It seemed to have originated
in cc3200 port, but actually never was implemented there either. In
general case, it's impossible to implement this method (for example, for
a perfect GPO, which has only output latch without any feedback look
into a CPU).
</content>
</entry>
</feed>
