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
Revision 13:5726f1d1404c, committed 2019-04-07
- Comitter:
- phonemacro
- Date:
- Sun Apr 07 11:05:28 2019 +0000
- Parent:
- 12:3ca79cd71289
- Child:
- 14:c74a5b4d6715
- Commit message:
- add DS75 constants
Changed in this revision
| ds1775.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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)