<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/docs/esp8266/quickref.rst, branch encoding</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding'/>
<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/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/esp8266/quickref: Add links from quickref page to machine classes.</title>
<updated>2017-04-18T05:28:18+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-04-18T05:28:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=daa5ba5629c8211a3f13e3854acea0bc36071f56'/>
<id>urn:sha1:daa5ba5629c8211a3f13e3854acea0bc36071f56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/*/quickref.rst: Use new semantics of ticks_diff()</title>
<updated>2016-11-07T23:01:05+00:00</updated>
<author>
<name>puuu</name>
<email>puuu@users.noreply.github.com</email>
</author>
<published>2016-11-07T05:47:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=933198c55fdc4881198139676b61ff1f621cb39a'/>
<id>urn:sha1:933198c55fdc4881198139676b61ff1f621cb39a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/esp8266: Update for new WebREPL setup procedure.</title>
<updated>2016-11-06T07:02:33+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-11-06T07:02:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5c3d75c937c1e7d220dcb8fb4230dd8280b1453f'/>
<id>urn:sha1:5c3d75c937c1e7d220dcb8fb4230dd8280b1453f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/esp8266/quickref: Further improvements for SPI subsections.</title>
<updated>2016-09-04T20:31:05+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-09-04T20:31:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b4df3e74e15ac1658c125b13bbaca5203bab5505'/>
<id>urn:sha1:b4df3e74e15ac1658c125b13bbaca5203bab5505</id>
<content type='text'>
Consistency and formatting.
</content>
</entry>
<entry>
<title>docs/esp8266/quickref: Update information on SPI classes.</title>
<updated>2016-09-04T18:13:55+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-09-04T18:13:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=20da9064d7492b2f37a2140c17e468fb5785a593'/>
<id>urn:sha1:20da9064d7492b2f37a2140c17e468fb5785a593</id>
<content type='text'>
SPI(1) is not used for hardware SPI. Few more details are provided.
</content>
</entry>
<entry>
<title>docs/esp8266/quickref: Add internal links to docs for some modules.</title>
<updated>2016-08-29T07:40:36+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-08-29T07:40:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=76dcaddc0f647bd597013980108b0b28bb6eb1c9'/>
<id>urn:sha1:76dcaddc0f647bd597013980108b0b28bb6eb1c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/esp8266: Update quickref and tutorial for OneWire/DS18X20 driver.</title>
<updated>2016-08-29T02:52:50+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-08-29T02:52:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=13c5a228c9ec9881087bdddd162f3b633edc3aa5'/>
<id>urn:sha1:13c5a228c9ec9881087bdddd162f3b633edc3aa5</id>
<content type='text'>
</content>
</entry>
</feed>
