Programming Examples
Arduino program to fade the led bulb using for loop

Write a Arduino Code to fade a LED bulb using For loop and repeat the Process
Output/ Explanation:
In digitalWrite() we can write only HIGH and LOW but if we want to write some other values means between 0 to 1 the we need to analogWrite. when we use analogWrite() the we don't need to set pinMode()