c
Diff: DS1820.h
- Revision:
- 11:1a3c3002b50c
- Parent:
- 7:58b61681818f
- Child:
- 14:4760669f5f5e
--- a/DS1820.h Fri Jan 30 11:07:10 2015 +0000 +++ b/DS1820.h Mon Feb 16 16:53:11 2015 +0000 @@ -112,7 +112,7 @@ bool _power_mosfet; bool _power_polarity; - static char CRC_byte (char CRC, char byte ); + static char CRC_byte(char _CRC, char byte ); static bool onewire_reset(DigitalInOut *pin); void match_ROM(); void skip_ROM();