<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/drivers/onewire/ds18x20.py, 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>drivers/onewire: Move onewire.py, ds18x20.py from esp8266 to drivers.</title>
<updated>2017-06-22T06:28:07+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-06-22T06:28:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a065d786753b83ab92873b90d8d61d9fe5639fdd'/>
<id>urn:sha1:a065d786753b83ab92873b90d8d61d9fe5639fdd</id>
<content type='text'>
These drivers can now be used by any port (so long as that port has the
_onewire driver from extmod/modonewire.c).

These drivers replace the existing 1-wire and DS18X20 drivers in the
drivers/onewire directory.  The existing ones were pyboard-specific and
not very efficient nor minimal (although the 1-wire driver was written in
pure Python it only worked at large enough CPU frequency).

This commit brings backwards incompatible API changes to the existing
1-wire drivers.  User code should be converted to use the new drivers, or
check out the old version of the code and keep a local copy (it should
continue to work unchanged).
</content>
</entry>
<entry>
<title>drivers: Replace deprecated Pin.high()/low() methods with .__call__(1/0).</title>
<updated>2017-05-21T14:44:58+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-04-23T08:35:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1c9ee497562ab49c00d190ff91b6689979f922f4'/>
<id>urn:sha1:1c9ee497562ab49c00d190ff91b6689979f922f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>drivers/onewire/ds18x20: Fix negative temperature calc for DS18B20.</title>
<updated>2017-01-08T08:26:22+00:00</updated>
<author>
<name>syndycat</name>
<email>syndycat@yahoo.com</email>
</author>
<published>2017-01-07T11:36:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b2611d6be305c94359f67df875786858e05c3eb0'/>
<id>urn:sha1:b2611d6be305c94359f67df875786858e05c3eb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>drivers/onewire: Fix ds18x20.read_temp so it works when no rom given.</title>
<updated>2015-07-30T22:10:39+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-07-30T22:10:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a95b06fc6b8adefa91303039cff0a35d3ae45d5a'/>
<id>urn:sha1:a95b06fc6b8adefa91303039cff0a35d3ae45d5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>drivers: Add onewire driver and ds18x20 temperature sensor driver.</title>
<updated>2015-03-03T01:29:52+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-03-03T01:29:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9be0d599cd46fb01838cf14207c3d9a1195ceb35'/>
<id>urn:sha1:9be0d599cd46fb01838cf14207c3d9a1195ceb35</id>
<content type='text'>
</content>
</entry>
</feed>
