Fork of DS1820 that can function with the data and parasite power pin being the same.
Dependents: AutonomousDAQ AutonomousDAQ
Fork of DS1820 by
Diff: DS1820.h
- Revision:
- 5:00539fbc6d79
- Parent:
- 3:8f2b7f4940b5
- Child:
- 6:c78fb487c397
diff -r 29264b0a2c9f -r 00539fbc6d79 DS1820.h --- a/DS1820.h Wed Aug 07 11:02:10 2013 +0000 +++ b/DS1820.h Mon Sep 22 00:21:07 2014 +0000 @@ -262,7 +262,7 @@ protected: DigitalInOut _datapin; - DigitalOut _parasitepin; + DigitalInOut _parasitepin; };