Adafruit_Wippersnapper_Arduino icon indicating copy to clipboard operation
Adafruit_Wippersnapper_Arduino copied to clipboard

Update DS18b20 Component driver to use OneWireNg interface instead of shim

Open tyeth opened this issue 1 year ago • 0 comments

Currently (2024-08-14 18:45) the CI script installs the OneWireNg not OneWire, whereas platformIO use OneWire. OneWireNg provides a shim so it works:

OneWire class provides compatibility interface between OneWireNg and OneWire library.

We don't gain much by using the OneWireNg interface instead of the shim, except search filtering which is useful, there is also an OverDrive mode but not supported by much (check the DS2484 etc).

tyeth avatar Aug 14 '24 17:08 tyeth