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:
- 16:794fb9d6a4ee
- Parent:
- 11:1a3c3002b50c
- Child:
- 18:688dc6dca163
--- a/DS1820.h Sat Mar 11 20:35:59 2017 +0000 +++ b/DS1820.h Mon Jan 29 23:24:28 2018 +0100 @@ -105,7 +105,12 @@ * @param a number between 9 and 12 to specify resolution * @returns true if successful */ - bool setResolution(unsigned int resolution); + bool setResolution(unsigned int resolution); + +// char* getROM(char* buffer) { +// for(int i = 0; i < ) +// return _ROM; +// } private: bool _parasite_power; @@ -138,4 +143,4 @@ }; -#endif \ No newline at end of file +#endif