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

Change pin on Arduino READ THIS! #4

Open
patatman opened this issue Oct 16, 2022 · 0 comments · May be fixed by #5
Open

Change pin on Arduino READ THIS! #4

patatman opened this issue Oct 16, 2022 · 0 comments · May be fixed by #5

Comments

@patatman
Copy link

If you use something other the pin A2 for the Analog input, you need to change more then only line 77.
You also need to change line 95 to the correct pin.
I used A0 and A5 as pins, So I need to change Line77 to A5 and line 95 to 5

int y=analogRead(2); // Y axis

@patatman patatman linked a pull request Oct 18, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant