ds18b20_trigger_temperature_conversion() is only used within onewire sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_OK: Trigger temperature conversion successfully - ESP_ERR_INVALID_ARG: Trigger temperature conversion failed due to invalid argument - ESP_FAIL: Trigger temperature conversion failed due to other reasons

Notes

After send the trigger command, the DS18B20 will start temperature conversion. This function will delay for some while, to ensure the temperature conversion won't be interrupted.

References

from examples