-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Greetings!
Having some trouble getting the barograph code to work....
I believe I have everything wired correctly and double-checked the solder joints.
It works fine with the "neutrona_wand" file with no barograph. As soon as I upload the barograph code, nothing works.
I tried to comment out these lines to see if there was some problem initializing the SX1509:
// Call io.begin(
) to initialize the SX1509. If it// successfully communicates, it'll return 1.
if (!io.begin(SX1509_ADDRESS)) {
while (1) ; // If we fail to communicate, loop forever for now but it would be nice to warn the user somehow
}
However, even with these lines commented, the code ceases to function.
Any thoughts on what's going on here?
Metadata
Metadata
Assignees
Labels
No labels