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

Update DS18b20 Component driver to use OneWireNg interface instead of shim #617

Open
tyeth opened this issue Aug 14, 2024 · 0 comments
Open

Comments

@tyeth
Copy link
Contributor

tyeth commented Aug 14, 2024

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).

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

No branches or pull requests

1 participant