<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ads1x1x-async/src/devices/features, branch async</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://the-tk.com/cgit/ads1x1x-async/atom?h=async</id>
<link rel='self' href='https://the-tk.com/cgit/ads1x1x-async/atom?h=async'/>
<link rel='alternate' type='text/html' href='https://the-tk.com/cgit/ads1x1x-async/'/>
<updated>2024-12-08T12:01:31Z</updated>
<entry>
<title>Modify to use async</title>
<updated>2024-12-08T12:01:31Z</updated>
<author>
<name>Tomasz Kramkowski</name>
<email>tomasz@kramkow.ski</email>
</author>
<published>2024-12-08T12:01:31Z</published>
<link rel='alternate' type='text/html' href='https://the-tk.com/cgit/ads1x1x-async/commit/?id=cd403a91e6078956445aeb21d6509e863b0592ae'/>
<id>urn:sha1:cd403a91e6078956445aeb21d6509e863b0592ae</id>
<content type='text'>
A changeover from embedded_hal::i2c::I2c to embedded_hal_async::i2c::I2c
including changes to all the relevant functions into async functions.

Tests have been updated to work using futures-test and embedded-hal-mock
with the embedded-hal-async feature.

Examples have been kept the same meaning they no longer compile.
Currently it doesn't _seem_ like the linux embedded hal can do async
i2c so maybe these should be re-written to use embassy?
</content>
</entry>
<entry>
<title>Improve documentation. (#32)</title>
<updated>2024-11-23T21:49:30Z</updated>
<author>
<name>Markus Reiter</name>
<email>me@reitermark.us</email>
</author>
<published>2024-11-23T21:49:30Z</published>
<link rel='alternate' type='text/html' href='https://the-tk.com/cgit/ads1x1x-async/commit/?id=0edd5527161809dfbc0c76e39c462e3a4f00beb7'/>
<id>urn:sha1:0edd5527161809dfbc0c76e39c462e3a4f00beb7</id>
<content type='text'>
* Use `non_exhaustive`.

* Improve docs.</content>
</entry>
<entry>
<title>Set comparator to default on continuous pulse</title>
<updated>2024-07-31T07:51:44Z</updated>
<author>
<name>Tyler Slabinski</name>
<email>tslabinski@slabity.net</email>
</author>
<published>2024-05-23T20:17:17Z</published>
<link rel='alternate' type='text/html' href='https://the-tk.com/cgit/ads1x1x-async/commit/?id=82e32d0c0ccceeaa30c99d98b36ef7d9d41b8978'/>
<id>urn:sha1:82e32d0c0ccceeaa30c99d98b36ef7d9d41b8978</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove `I2cInterface`. (#20)</title>
<updated>2024-01-19T14:09:19Z</updated>
<author>
<name>Markus Reiter</name>
<email>me@reitermark.us</email>
</author>
<published>2024-01-19T14:09:19Z</published>
<link rel='alternate' type='text/html' href='https://the-tk.com/cgit/ads1x1x-async/commit/?id=5cd361340635aafe8806c82805622bc6afc4c4d7'/>
<id>urn:sha1:5cd361340635aafe8806c82805622bc6afc4c4d7</id>
<content type='text'>
* Merge `ReadData` and `WriteData` traits.

* Remove `I2cInterface`.

* Update changelog.

* Fix links.</content>
</entry>
<entry>
<title>Use edition 2018</title>
<updated>2020-06-21T20:52:41Z</updated>
<author>
<name>Diego Barrios Romero</name>
<email>eldruin@gmail.com</email>
</author>
<published>2020-06-21T20:52:41Z</published>
<link rel='alternate' type='text/html' href='https://the-tk.com/cgit/ads1x1x-async/commit/?id=6aed921780dbe12c058e0aa0ce8b617e404b5a87'/>
<id>urn:sha1:6aed921780dbe12c058e0aa0ce8b617e404b5a87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Format code</title>
<updated>2019-03-31T11:41:26Z</updated>
<author>
<name>Diego Barrios Romero</name>
<email>eldruin@gmail.com</email>
</author>
<published>2019-03-30T11:36:06Z</published>
<link rel='alternate' type='text/html' href='https://the-tk.com/cgit/ads1x1x-async/commit/?id=50223ad02e2f487540107e320c8bef40a9849582'/>
<id>urn:sha1:50223ad02e2f487540107e320c8bef40a9849582</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Code simplifications</title>
<updated>2019-03-31T11:41:26Z</updated>
<author>
<name>Diego Barrios Romero</name>
<email>eldruin@gmail.com</email>
</author>
<published>2019-03-30T11:21:57Z</published>
<link rel='alternate' type='text/html' href='https://the-tk.com/cgit/ads1x1x-async/commit/?id=c8301c630051d0960e9738a6ab768b8836065e25'/>
<id>urn:sha1:c8301c630051d0960e9738a6ab768b8836065e25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Code formatting</title>
<updated>2018-11-21T08:35:37Z</updated>
<author>
<name>Diego Barrios Romero</name>
<email>eldruin@gmail.com</email>
</author>
<published>2018-11-21T08:35:37Z</published>
<link rel='alternate' type='text/html' href='https://the-tk.com/cgit/ads1x1x-async/commit/?id=5485d9655e2ab3a6d04e5f69b246f5db4d2c5936'/>
<id>urn:sha1:5485d9655e2ab3a6d04e5f69b246f5db4d2c5936</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add function to use the ALERT/RDY pin as conversion-ready pin</title>
<updated>2018-11-20T19:24:21Z</updated>
<author>
<name>Diego Barrios Romero</name>
<email>eldruin@gmail.com</email>
</author>
<published>2018-11-20T19:24:21Z</published>
<link rel='alternate' type='text/html' href='https://the-tk.com/cgit/ads1x1x-async/commit/?id=ad572b64eb0e99f269297d8de19d709ef66d3f24'/>
<id>urn:sha1:ad572b64eb0e99f269297d8de19d709ef66d3f24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve documentation of values</title>
<updated>2018-11-17T13:24:13Z</updated>
<author>
<name>Diego Barrios Romero</name>
<email>eldruin@gmail.com</email>
</author>
<published>2018-11-17T13:24:13Z</published>
<link rel='alternate' type='text/html' href='https://the-tk.com/cgit/ads1x1x-async/commit/?id=7ac25f537bb7684be136e0168bbad2a85922b3fc'/>
<id>urn:sha1:7ac25f537bb7684be136e0168bbad2a85922b3fc</id>
<content type='text'>
</content>
</entry>
</feed>
