BASICS OF ARDUINO, ABOUT BLINKING

In programming the Arduino, processing about blink/blinking are the most basic things that must be known, because blinking will be the indication of a program in the conditions ON or OFF. Process time blinking program is very easy and very simple because you don't have to assemble a series of specific hardware Arduino.
Figure 1-1 Arduino Blink
Blinking itself is indicative of the LEDS or pin 13 on the Arduino on two conditions, namely between conditions ON (High) or OFF (Low). At the time the program is executed, LEDS or pin 13 on the arduino hardware will give an indication of the LED continues to blink (ON and OFF) as a series of flip-flop with delay on default setting 100 Ms. Delay on the process could only accelerate blinking or slowed by way of regulating conditions of delay in the program. During the coding of "Delay" 100 ".
Steps to make the process of blinking is by way of click File>Example >basic > Blink.  
Here is the screenshootnya.
Figure 1-2 Steps to make process of blinking

Related Posts:

0 Response to "BASICS OF ARDUINO, ABOUT BLINKING"

Post a Comment

>