Skip to content

dir change #40

Answered by jonas-merkle
maxim-sedilec asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @maxim-sedilec

Sorry for answering your question so late.
To fix your compiler error you just have to replace the line as5047p.write_SETTINGS1(settings1); of your code with the following one: as5047p.write_SETTINGS1(&settings1);
It's mostly similar to your code just the "&" was added.

Best regards
Jonas

Replies: 3 comments

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
0 replies
Answer selected by jonas-merkle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants