This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
ds18b20_v6_0 [2015/02/11 14:01] curlymo |
ds18b20_v6_0 [2015/04/21 07:02] curlymo |
||
---|---|---|---|
Line 46: | Line 46: | ||
^Setting^Default^Format^Description^ | ^Setting^Default^Format^Description^ | ||
|show-temperature|1|1 or 0|Don't display the temperature value| | |show-temperature|1|1 or 0|Don't display the temperature value| | ||
+ | |decimals|3|number|How many decimals do we show in the GUI| | ||
==== Notes ==== | ==== Notes ==== | ||
Line 64: | Line 65: | ||
dtoverlay=w1-gpio-pullup,gpiopin=4 | dtoverlay=w1-gpio-pullup,gpiopin=4 | ||
</code> | </code> | ||
+ | ''Note: The GPIO pin number is the BCM GPIO and not the WiringX number.'' | ||
+ | |||
This will load the module w1-gpio, so you only have to add ''w1-therm'' to your ''/etc/modules''. | This will load the module w1-gpio, so you only have to add ''w1-therm'' to your ''/etc/modules''. | ||