Internal addresses, registers, constants for DS1822 and DS18B20 temperature sensors. More...
Internal addresses, registers, constants for DS1822 and DS18B20 temperature sensors.
Definition in file ds18_internal.h.
#include "time_units.h"
 Include dependency graph for ds18_internal.h:Go to the source code of this file.
ds18 delays | |
| #define | DS18_DELAY_RESET (480U) | 
| #define | DS18_DELAY_PRESENCE (60U) | 
| #define | DS18_DELAY_SLOT (60U) | 
| #define | DS18_SAMPLE_TIME (10U) | 
| #define | DS18_DELAY_CONVERT (750U * US_PER_MS) | 
| #define | DS18_DELAY_RW_PULSE (1U) | 
| #define | DS18_DELAY_R_RECOVER (DS18_DELAY_SLOT - DS18_SAMPLE_TIME) |