Arduino C++ Course Lesson 7: Controlling timings using delay() and millis()

preview_player
Показать описание
Arduino C++ programming course Lesson 7.
Learning the difference between delay() and millis().
Learn how to use millis() to control code timings.
Problems with delay() when trying to time multiple items.
Controlling three seperate timers using millis()
Generating a random number using random()
Seeing the COM port not available error.

Рекомендации по теме
Комментарии
Автор

Good Course, very useful. Her from Brazil (but italian) I'm enjoying it. Very easy english to understand e great didactics.

Geodandig
Автор

I am surprised that there aren't more comments. These videos are really helping me understand how the Arduino C++ code works! 😉

frankmiller
Автор

I like your content and the way you progress with sharing different versions explaining as you go. What I cannot get my head wrapped around is what happens in these sketches when the millis overflows after 49 days? Could you explain that or create something to handle that? Thanks

neilcampbell