You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
github-actionsbot
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
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:
The text was updated successfully, but these errors were encountered: