Skip to content
Discussion options

You must be logged in to vote

I figured it out. It was the addresses
I had this:

const uint8_t TOF1_ADDRESS =  0x2A;
const uint8_t TOF2_ADDRESS = 0x2B;

Which didn't work. This did:

const uint8_t TOF1_ADDRESS =  0x30;
const uint8_t TOF2_ADDRESS = 0x32;

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@gramcracker
Comment options

@cparata
Comment options

@gramcracker
Comment options

@gramcracker
Comment options

Answer selected by gramcracker
@cparata
Comment options

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