Skip to content

Arduino Pro and Arduino Pro Mini, pin 13 initialized as output #477

Open
@landret

Description

@landret

Hi,
pin 13 is unexpecteadly initialized as output. This code shows that the on board led on pin 13 blinks, without the pin being set as output in the code.

void setup(){}

void loop()
{
  delay(1000);
  digitalWrite(13, HIGH);
  delay(1000);
  digitalWrite(13, LOW);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions