For Loops
I've been trying to figure out for loops for a while now but never seem to get the hang of it. Could someone help me?
6 Replies
Here's a good reference to allow you to wrap your head around the C/C++
for()
loop...
š https://cplusplus.com/doc/tutorial/control/#forThanks. I'll check it out.
āļø the site is actually good to familiarize you with different aspects of the language itself & mostly applicable to Arduino coding...
Thanks. I read a bit of it. Now, it makes a lot more sense.
in case you're curious, here are my recommendations for beginners ā https://discord.com/channels/420594746990526466/451155251580633089/1183520688779296768
āļø this covers everything from basic electronics to basic C/C++ programming & how to apply it both to Arduino š
Perfect. I"ll check it out.