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

Refactor DS18x Component for API v2 #638

Open
8 tasks done
Tracked by #613
brentru opened this issue Oct 3, 2024 · 1 comment
Open
8 tasks done
Tracked by #613

Refactor DS18x Component for API v2 #638

brentru opened this issue Oct 3, 2024 · 1 comment
Assignees

Comments

@brentru
Copy link
Member

brentru commented Oct 3, 2024

  • Implement new ds18x20 component classes
    • Add controller class for ds18x20
    • Add hardware class for interfacing with the OneWire API and DallasTemperature API
    • Add model class for interfacing with the compiled protocol buffer .pb.h file - ds18x20.proto
  • Add interfaces with top-level application encoder/decoder
  • Functionally test and verify all ds18x20.proto messages
  • Doxygenify the new components
  • Refactor Hardware class to use OneWireNG instead of DallasTemperature library (resolves Update DS18b20 Component driver to use OneWireNg interface instead of shim #617)
@brentru
Copy link
Member Author

brentru commented Oct 18, 2024

Noting that once #644 is reviewed by @tyeth - we can close this out.

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

1 participant