Lesson 34 – Arduino C;C++ Delay Function

preview_player
Показать описание
In this video I will explain about Delay function and how to apply those functions in your C;C++ Code. Arduino Delay specifies the delay( ) function used in the Arduino programming.
The Syntax for delay function is delay( )
The delay( ) function pauses the program or task for a specified duration of time. The time is specified inside the open and closed parentheses in milliseconds.
Where 1 second = 1000 milliseconds
Рекомендации по теме