Enum FunctionCommands
Functions commands, see data sheet, page 11, section DS18B20 Function Commands.
public enum FunctionCommands : byte
Fields
ConvertTemperature = 68
Command to trigger a temperature conversion.
CopyScratchpad = 72
Command copy scratchpad registers to EEPROM.
ReadPowerSupply = 180
Check if any DS18B20s on the bus are using parasite power Return false for parasite power, true for external power.
ReadScratchpad = 190
Command to read scratchpad registers.
RecallAlarmTriggerValues = 184
Recalls the alarm trigger values and configuration from EEPROM to scratchpad registers.
WriteScratchpad = 78
Command to write to scratchpad registers.