-
Notifications
You must be signed in to change notification settings - Fork 487
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
The Multibus_simple.ino example does not work #47
Comments
Ok, I now realise that the mentioned repository I linked to is not the official one. The arduino lib community is very confusing :( As I understand it, this is the official repository: https://github.com/PaulStoffregen/OneWire But the issue still applies. The example requiers the changes by @prashantdev in |
The reason that OneWire class does not contain a default parameterless constructor and setPin method. I think Multibus_simple.ino is outdated |
I've started the example after the following changes: #define ONE_WIRE_BUS0 2 const int oneWirePinsCount = 3; //OneWire ds18x20[oneWirePinsCount]; ...
|
The whole reason for my writing this code (and the empty constructor) is to So, while I could have started out by doing what you did, my liking for a On Sat, Feb 6, 2016 at 11:59 PM, 2mik [email protected] wrote:
|
Thank you for the very usefull library |
Closing issue for now. Feel free to reopen if any new information appears |
@2mik Would it be possible to publish the complete -revised- example sketch? I have two 1820's, one is recognized, the other isn't... |
Oh, it was so far ago, sorry. |
Note that the example https://github.com/milesburton/Arduino-Temperature-Control-Library/blob/master/examples/Multibus_simple/Multibus_simple.ino does not work unless you have changes in
OneWire.h
that is not yet merged in that lib.Specifically this Pull Request has not yet been merged:
ntruchsess/arduino-OneWire#2
The text was updated successfully, but these errors were encountered: