If you auto format your code then these lines:
AngelinaNoLee:
else
{
digitalWrite(LED, LOW);
}
}
Would be properly indented:
else
{
digitalWrite(LED, LOW);
}
}
If you auto format your code then these lines:
AngelinaNoLee:
else
{
digitalWrite(LED, LOW);
}
}
Would be properly indented:
else
{
digitalWrite(LED, LOW);
}
}