- 16 Mar, 2017 1 commit
-
-
Arnim Läuger authored
-
- 10 Mar, 2017 1 commit
-
-
Jonathan Karras authored
- Remove old non-async examples from `lua-examples`. - Rename `ds18b20.EN.md` to `README.md` - Change remaining `toBase64` calls to the more standard `toHex` call. - Fix some spelling and markdown formatting issues in README file. Addresses issue #1841
-
- 07 Mar, 2017 1 commit
-
-
Jonathan Karras authored
-
- 25 Feb, 2017 1 commit
-
-
vsky authored
-
- 17 Jan, 2016 1 commit
-
-
Sebastian Schildt authored
Extend example to show querying different units or specific sensors
-
- 16 Nov, 2015 1 commit
-
-
Nick Andrew authored
The DS18S20 has only 1 fractional bit whereas DS18B20 has 4, and their temperature register alignment differs. Check the family code to choose the correct multiplier for both devices. Closes #610 Negative temperatures (less than 0°C) are returned as a sign-extended two's complement number. Subtract 0x10000 to recover the proper negative value. Signed-off-by:
Nick Andrew <nick@nick-andrew.net>
-
- 21 Feb, 2015 1 commit
-
-
Tamas Szabo authored
-
- 14 Feb, 2015 1 commit
-
-
sza2 authored
-
- 01 Feb, 2015 1 commit
-
-
Tobias Mädel authored
Hi, because of the new floating point API, the old ds18b20 code returns strange values like "19.8250.8250". This change fixes that. Best regards, Tobias
-
- 31 Jan, 2015 1 commit
-
-
HuangRui authored
-
- 26 Jan, 2015 2 commits
- 21 Jan, 2015 1 commit
-
-
HuangRui authored
-
- 10 Jan, 2015 1 commit
-
-
baracudaz authored
Adding couple of example on how to use DS18B20 module
-
- 23 Dec, 2014 1 commit
-
-
HuangRui authored
-
- 22 Dec, 2014 1 commit
-
-
funshine authored
-