this post was submitted on 21 Aug 2026
8 points (100.0% liked)
Arduino
543 readers
5 users here now
Arduino is an open-source electronic prototyping platform enabling users to create interactive electronic objects.
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
My 2 shitty cents because I haven't done Arduino for a long time:
loop()function because it's very unlikely you will reuse such a code.for (int i = 0, n = GetNumber() + GetNumber(); i < n; i++)? That's more traditional.This is great feedback, thank you.