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
This would enable us to invoke the method just once for all DS18X20 sensors attached to a single 1-Wire bus and afterwards sequentially collect the readings from the scratch memory of individual sensors.
Hi Robert,
in order to further improve the
start_conversion
method, I would like to suggest this change:This would enable us to invoke the method just once for all DS18X20 sensors attached to a single 1-Wire bus and afterwards sequentially collect the readings from the scratch memory of individual sensors.
The proposal is coming from the idea the driver within Genuine MicroPython handles it:
https://github.com/micropython/micropython/blob/v1.11/drivers/onewire/ds18x20.py#L18-L21
With kind regards,
Andreas.
The text was updated successfully, but these errors were encountered: