Skip to content

Bug in Arduino_Multiblock_Upgrade.ino #1

@althea-hansel

Description

@althea-hansel

Line 3 in Arduino_Multiblock_Upgrade.ino reads:
int Green1 = 13; // Green Signal 1 is digital pin 2

This results in the Green1 LED failing to light.

I believe it should be:
int Green1 = 2; // Green Signal 1 is digital pin 2
Otherwise fantastic code! I am excited to use it more.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions