Posts by Allan Denis • 61 points
1 post
-
6
votes3
answers4153
viewsA: Why are local variables avoided in Arduino?
See what the Arduino site says: "When programs start to get bigger and more complex, local variables are a useful way to ensure that only the function has access to its own variables. This avoids…