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.
Dependents: DS1775_Digital_Thermostat_Temperature
Diff: ds1775.h
- Revision:
- 13:5726f1d1404c
- Parent:
- 10:03645de9c017
- Child:
- 15:449134e4b43f
diff -r 3ca79cd71289 -r 5726f1d1404c ds1775.h --- a/ds1775.h Sun Apr 07 11:01:21 2019 +0000 +++ b/ds1775.h Sun Apr 07 11:05:28 2019 +0000 @@ -51,6 +51,11 @@ #define DS1775_WAIT_CONV_TIME_11BIT (0.750) #define DS1775_WAIT_CONV_TIME_12BIT (1.5) +#define DS75_WAIT_CONV_TIME_9BIT (0.12) +#define DS75_WAIT_CONV_TIME_10BIT (0.3) +#define DS75_WAIT_CONV_TIME_11BIT (0.6) +#define DS75_WAIT_CONV_TIME_12BIT (1.2) + #define DS1775_CFG_CONTINUOUS (0X00 << 0) #define DS1775_CFG_SHUTDOWN (0X01 << 0)