Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of DS1820 by
Diff: DS1820.h
- Revision:
- 11:1a3c3002b50c
- Parent:
- 7:58b61681818f
- Child:
- 16:794fb9d6a4ee
--- 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();