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

Improve DS18B20 device driver #3

Open
mikaelpatel opened this issue Oct 17, 2017 · 1 comment
Open

Improve DS18B20 device driver #3

mikaelpatel opened this issue Oct 17, 2017 · 1 comment

Comments

@mikaelpatel
Copy link
Owner

mikaelpatel commented Oct 17, 2017

  1. Allow sensor polling instead of delay time based wait for conversion to complete.
  2. Allow relevant commands to be called without MATCH_ROM i.e. in SEARCH_ROM sequence.
  3. Add support for parasite powering of devices.
  4. Refactor and add sensor collection level; i.e. DS18B20 would handle the sensor collection level and DS18B20::Device would handle the individual level.
DS18B20 sensor(owi);
sensor[0].temperature();
@mikaelpatel
Copy link
Owner Author

1 and 2, see commit 0e82888.

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