This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:iot-open:programming_fundamentals_rtu:building_your_first_project [2018/05/14 22:37] – kap2fox | en:iot-open:programming_fundamentals_rtu:building_your_first_project [2020/07/20 09:00] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 176: | Line 176: | ||
3. How to establish a serial communication between devices? | 3. How to establish a serial communication between devices? | ||
+ | |||
+ | 4. How does delay() command works? | ||
+ | |||
+ | *Stops LED blinking specified number of milliseconds | ||
+ | |||
+ | *Stops program execution for a specified number of seconds | ||
+ | |||
+ | *Stops program execution for a specified number of milliseconds | ||