Skip to content
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

Support Arduino Uno R4 minima #33

Open
itslemcy opened this issue Dec 20, 2023 · 1 comment
Open

Support Arduino Uno R4 minima #33

itslemcy opened this issue Dec 20, 2023 · 1 comment

Comments

@itslemcy
Copy link

Hi,
i tried my old code for the arduino uno R3 on my new R4 but i get random outputs such as:

18:28:09.506 -> Max!
18:28:10.492 -> Max!
18:28:16.494 -> Push: 
18:28:17.481 -> Increment: 255
18:28:20.494 -> Increment: -256
18:28:23.481 -> Max!
18:28:24.496 -> Max!
18:28:30.507 -> Push: 
18:28:31.494 -> Increment: 255
18:28:34.485 -> Increment: -256
18:28:37.508 -> Max!
18:28:38.480 -> Max!

They are mechanically connected in the same way, any ideas?
Thanks"

@Fattoresaimon
Copy link
Owner

Hello,
I don't have such board so i can't test.
But that error is because the I2C is not working, and it read all 0xFF
Plus the INT pin is always LOW
Maybe there is no pull-up resistors mounted.

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

No branches or pull requests

2 participants