Fork of DS1820 that can function with the data and parasite power pin being the same.
Dependents: AutonomousDAQ AutonomousDAQ
Fork of DS1820 by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
8:7f64569563ea | 2017-11-30 | uci1 | explicitly set data pin high instead of input() which requires a pull-up resistor |
7:aceafdd78b28 | 2014-10-30 | uci1 | allow use of parasite power to be switched on and off |
6:c78fb487c397 | 2014-09-22 | uci1 | Allow the parasite pin to be changed on the fly. |
5:00539fbc6d79 | 2014-09-22 | uci1 | Change _parasitepin to DigitalInOut and set it to output before each high/low. This allows the parasitepin to be the same as the digital i/o pin. |
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 |