Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ArduinoISP, PIN_MISO keeps the PULL_UP enabled after finish #33

Copy link
Copy link
Open
@deulis

Description

@deulis
Issue body actions

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.

Metadata

Metadata

Assignees

Labels

type: imperfectionPerceived defect in any part of projectPerceived defect in any part of project

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.