Skip to content

Bar graph code / execution  #25

Description

@dougbevan

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?

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions