AA
Fork of max31865 by
Revision 2:9e49d41d43a4, committed 2016-09-20
- Comitter:
- ikerbo
- Date:
- Tue Sep 20 11:32:49 2016 +0800
- Parent:
- 1:175f5c2f8d15
- Commit message:
- sdassdfskkkdfasdaddasdwsdw
Changed in this revision
MAX31865.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 175f5c2f8d15 -r 9e49d41d43a4 MAX31865.cpp --- a/MAX31865.cpp Thu Sep 08 02:49:00 2016 +0000 +++ b/MAX31865.cpp Tue Sep 20 11:32:49 2016 +0800 @@ -93,7 +93,7 @@ control_bits |= ( conversion_mode ? 0x40 : 0 ); control_bits |= ( one_shot ? 0x20 : 0 ); control_bits |= ( three_wire ? 0x10 : 0 ); - control_bits |= fault_cycle & 0b00001100; + //control_bits |= (fault_cycle & 0b00001100); control_bits |= ( fault_clear ? 0x02 : 0 ); control_bits |= ( filter_50hz ? 0x01 : 0 );