<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openmano-mpy/docs/esp8266/tutorial, branch master</title>
<subtitle>MicroPython source and hardware configuration for OpenMano</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/'/>
<entry>
<title>docs/esp8266: In TCP tutorial, add HTTP response code and content-type.</title>
<updated>2020-02-03T12:50:09+00:00</updated>
<author>
<name>Jesse Andrews</name>
</author>
<published>2020-01-24T15:14:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=c4ea4c1810cac0725b348d77322abc5ba5b1ac80'/>
<id>c4ea4c1810cac0725b348d77322abc5ba5b1ac80</id>
<content type='text'>
Show how to send an HTTP response code and content-type.  Without the
response code Safari/iOS will fail.  Without the content-type Lynx/Links
will fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Show how to send an HTTP response code and content-type.  Without the
response code Safari/iOS will fail.  Without the content-type Lynx/Links
will fail.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Remove spaces on lines that are empty.</title>
<updated>2019-12-04T04:02:54+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2019-12-04T04:02:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=90c524c1141ed9ad8fa882dba6f36199a7768e32'/>
<id>90c524c1141ed9ad8fa882dba6f36199a7768e32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/esp8266/tutorial: Make http_get sample function self contained.</title>
<updated>2019-10-16T02:52:04+00:00</updated>
<author>
<name>Thiago Paes</name>
</author>
<published>2018-11-02T00:47:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=5463ab6df6243a63a88f686113e408933956b8eb'/>
<id>5463ab6df6243a63a88f686113e408933956b8eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/esp8266: Add tutorial for APA102 LEDs.</title>
<updated>2019-05-07T01:45:10+00:00</updated>
<author>
<name>Mike Causer</name>
</author>
<published>2019-02-12T12:28:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=6323cbda4fd82f2396a19e18a224a2579a392303'/>
<id>6323cbda4fd82f2396a19e18a224a2579a392303</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Unify all the ports into one set of documentation.</title>
<updated>2018-10-01T03:53:53+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2018-09-27T07:27:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=b3e013f60ec0feb5b64bcadb45b154d093731c97'/>
<id>b3e013f60ec0feb5b64bcadb45b154d093731c97</id>
<content type='text'>
With this commit there is now only one entry point into the whole
documentation, which describes the general MicroPython language, and then
from there there are links to information about specific platforms/ports.

This commit doesn't change content (almost, it does fix a few internal
links), it just reorganises things.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this commit there is now only one entry point into the whole
documentation, which describes the general MicroPython language, and then
from there there are links to information about specific platforms/ports.

This commit doesn't change content (almost, it does fix a few internal
links), it just reorganises things.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/esp8266: Add a note concerning GPIO16 pull capabilities.</title>
<updated>2018-02-15T00:15:12+00:00</updated>
<author>
<name>Olivier Ortigues</name>
</author>
<published>2018-02-14T20:41:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=298b325f3e1385267b715af60ffcae7f71432196'/>
<id>298b325f3e1385267b715af60ffcae7f71432196</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/esp8266: Update PWM doc regarding clipping of min/max values.</title>
<updated>2018-02-15T00:14:34+00:00</updated>
<author>
<name>Olivier Ortigues</name>
</author>
<published>2018-02-14T20:39:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=d072573226f5e9eb12c1859559cff10c698a99ce'/>
<id>d072573226f5e9eb12c1859559cff10c698a99ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/esp8266/tutorial: Fix typo, change -&gt; changed.</title>
<updated>2017-12-13T06:30:02+00:00</updated>
<author>
<name>Ryan Finnie</name>
</author>
<published>2017-12-10T06:52:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=1e2b78111b196207fa632c3091c75b91d0ccd75e'/>
<id>1e2b78111b196207fa632c3091c75b91d0ccd75e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/esp8266/tutorial: Update neopixel with example of using 4 bbp.</title>
<updated>2017-10-03T23:35:22+00:00</updated>
<author>
<name>Gabe</name>
</author>
<published>2017-09-27T19:49:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=9e0cdb22f1a549d5e542418a3007c756cd594b84'/>
<id>9e0cdb22f1a549d5e542418a3007c756cd594b84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/esp8266/tutorial: Fix typo, "its" to "it's" in powerctrl.rst.</title>
<updated>2017-07-24T00:33:03+00:00</updated>
<author>
<name>Matthew Brener</name>
</author>
<published>2017-07-23T12:53:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=d003daee06d0547c496169fcc306ed82082e34be'/>
<id>d003daee06d0547c496169fcc306ed82082e34be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
