Dallas / Maxim DS1820 1-Wire library. For communication with multiple DS1820 on a single 1-Wire bus. Also supports DS18S20 and DS18B20. This fork fixes a timing problem I had with latest mbed library; allows immediate return from convert_temperature(); tidies up a few other things, including some documentation errors.
Fork of DS1820 by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
4:29264b0a2c9f | 2013-08-07 | pairmand | Added check of CRC to end of search_ROM |
3:8f2b7f4940b5 | 2013-08-01 | pairmand | Fixed to work with latest library version, allowed immediate return from convert_temperature(), and tidied up a few other things. |
2:ee820a991b95 | 2011-12-15 | Michael_ | Updated documentation. (maybe) |
1:6a427f54e82c | 2011-12-14 | Michael_ | Added code to support the DS18B20 |
0:61d83318f2d6 | 2010-12-19 | Michael_ | Dec 18, 2010 First pubication |