-
Notifications
You must be signed in to change notification settings - Fork 156
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
base: master
Are you sure you want to change the base?
Conversation
…ull request accepted in the origin
@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. |
Built in driver doesn't allow to set resolution, save config etc. while mine does. That's the only difference if I remember correctly. |
Ah. You can actually set the resolution with the driver, but it applies to all ds18b20 sensors. Thanks for the clarification! |
Can this be merged? Could use. |
Yea I will look at it soon. |
No description provided.