Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DS18B20] Feature Request: Trigger temperature conversion on all devices (BSP-348) #200

Open
CJCombrink opened this issue Jul 29, 2023 · 2 comments

Comments

@CJCombrink
Copy link

When working with more than one DS18B20 temperature sensors, three in my case, it would be nice to call ds18b20_trigger_temperature_conversion() on all three and then only delay for the required amount before reading the temperatures from all three.

The current implementation forces me to wait x ms for each sensor where ideally I could only wait once.

I would imagine an function defined as follow:

esp_err_t ds18b20_trigger_temperature_conversions(const ds18b20_device_handle_t *ds18b20, uint8_t ds18b20_size );
@github-actions github-actions bot changed the title [DS18B20] Feature Request: Trigger temperature conversion on all devices [DS18B20] Feature Request: Trigger temperature conversion on all devices (BSP-348) Jul 29, 2023
@espzav
Copy link
Collaborator

espzav commented Nov 7, 2023

@suda-morris FYI

@VojtechBartoska
Copy link
Contributor

@suda-morris Can you please share your 2 cents regarding this? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants