For loops arduino - (Arduino Uno Programming for Beginners)

preview_player
Показать описание
For loops arduino - (Arduino Uno Programming for Beginners)
In this video I show how to use a for loop to create a blinking pattern using an LED.
I will explain how to increment a variable and what a byte and a int variable is.
Рекомендации по теме
Комментарии
Автор

Nicely taught. Has to be one of the most efficient ways I’ve seen. That’s coming from a TopTechBoy fan.

dg_
Автор

Im a arduino noob and i was looking for someone to explain this to me as if i was a arduino noob. I understand the for loop now thank you very much!

deanc.
Автор

Best video I’ve seen so far for teaching Arduino. Well done even explaining the byte and it use and limitations.

johncorb
Автор

The best explanation on this i have watched till date, thanks!
Actually the best presentation on Arduino programming so far for me. Thanks for keeping it simple

joshuaoduroadu
Автор

Best video on this I've seen thanks!

heathsmetalwerx
Автор

Nice video. I also like using the byte on an UNO R3. I am note sure if i would also use it on an R4.
But in fact there are small differences between your "ugly" code and the "for" code. The "critical" difference is, that you can see in the "ugly" code only 1 delay with value 100, while in the for loops are 2 delays with value 100. That mean at the end the ugly code has a delay of 3000ms, while the for loop has a delay of 100+3000=3100ms. So in the for loop you must modify the 3000ms delay to 2900ms delay to get the same result.

Volker-Dirr
Автор

Looking up C++ syntax is hilarious, but I like it more than MicroPython.

elektronkim
Автор

Hey man, loved the video. Just wondering, where did u learn how to code? I’m wanting to get into electrical and mechanical engineering and I’m wondering where I learn to code things like lights, audio, motors, etc. What kind of coding would that be called? Thanks 🤘

zzOBCDzz
Автор

for a beginner can be confusing when you say until i>0 as i=500 which is higher than 0

MGsyd