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

OneWire bus support for Raspberry Pi #55

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

zlowred
Copy link

@zlowred zlowred commented Feb 6, 2016

No description provided.

@tve
Copy link
Contributor

tve commented Sep 7, 2016

@zlowred I know your PR is a few months old.... would you mind commenting on using the (very nice) one-wire support you built vs. using kernel drivers for the devices? For example, your sample shows use of the ds18b20 sensor but the w1-therm kernel driver does that too and could be used instead.

@zlowred
Copy link
Author

zlowred commented Sep 7, 2016

Built in driver doesn't allow to set resolution, save config etc. while mine does. That's the only difference if I remember correctly.
I've switched to I2C sensor since then.

@tve
Copy link
Contributor

tve commented Sep 7, 2016

Ah. You can actually set the resolution with the driver, but it applies to all ds18b20 sensors. Thanks for the clarification!

@tve tve added the new device label Sep 25, 2016
@olliephillips
Copy link

Can this be merged? Could use.

@kidoman
Copy link
Owner

kidoman commented Apr 3, 2017

Yea I will look at it soon.

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

Successfully merging this pull request may close these issues.

4 participants