Site updated at 2016-10-09 18:50:40 UTC

This commit is contained in:
Travis CI 2016-10-09 18:50:40 +00:00
parent ace28f1a96
commit 77f008ae56
23 changed files with 41 additions and 41 deletions

View file

@ -95,13 +95,13 @@
<ul>
<li><a href="https://datasheets.maximintegrated.com/en/ds/DS18B20.pdf">DS18B20</a></li>
<li>DS18S20</li>
<li>DS1822</li>
<li>DS1825</li>
<li>DS28EA00 temperature sensors</li>
<li><a href="https://www.maximintegrated.com/en/products/analog/sensors-and-sensor-interface/DS18S20.html">DS18S20</a></li>
<li><a href="https://datasheets.maximintegrated.com/en/ds/DS1822.pdf">DS1822</a></li>
<li><a href="https://datasheets.maximintegrated.com/en/ds/DS1825.pdf">DS1825</a></li>
<li><a href="https://datasheets.maximintegrated.com/en/ds/DS28EA00.pdf">DS28EA00</a> temperature sensors</li>
</ul>
<p>There is also support for bus masters which use fuse to mount device tree.</p>
<p>The 1-Wire bus can be connected directly to the IO pins of Raspberry Pi or using dedicated interface adapter (e.g <a href="https://datasheets.maximintegrated.com/en/ds/DS9490-DS9490R.pdf">DS9490R</a>). When an interface adapter is used, sensors can be accessed on Linux hosts via <a href="http://owfs.org/">owfs 1-Wire file system</a>. When using an interface adapter and the owfs, the mount_dir option must be configured to correspond a directory, where owfs device tree has been mounted. If you are using Raspberry Pi and IO pin connected bus setup, dont use the mount_dir option.</p>
<p>To enable One wire sensors in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>