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

ArduinoISP, PIN_MISO keeps the PULL_UP enabled after finish #33

Open
deulis opened this issue Nov 21, 2017 · 0 comments
Open

ArduinoISP, PIN_MISO keeps the PULL_UP enabled after finish #33

deulis opened this issue Nov 21, 2017 · 0 comments
Assignees
Labels
type: imperfection Perceived defect in any part of project

Comments

@deulis
Copy link

deulis commented Nov 21, 2017

Using ArduinoISP, when programming is over the PIN_MISO remain with the PULL_UP enable. This can interfere with other SPI devices connected at the same time on the SPI bus (as it happened in my case).

My solution was to add:
pinMode(PIN_MISO, INPUT);
in the end_pmode() method.

I recommend to add this line in the official ArduinoISP sketch.

@per1234 per1234 transferred this issue from arduino/Arduino Mar 28, 2021
@per1234 per1234 added the type: imperfection Perceived defect in any part of project label Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

4 participants