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:
- 4:adf4e7972d73
- Parent:
- 0:433af64321d5
- Child:
- 7:4403a206e78a
diff -r a250babd0a9f -r adf4e7972d73 DS1820.h --- a/DS1820.h Thu Mar 19 19:11:12 2015 +0000 +++ b/DS1820.h Fri Mar 20 10:07:22 2015 +0000 @@ -15,6 +15,7 @@ DS1820(PinName pin); DS1820(char model, PinName pin); bool begin(void); + void setResolution(uint8_t res); void startConversion(void); float read(void);