Line 1: Line 1:
 
[[File:Aurduino Blink a LED.JPG|680px|]]
 
[[File:Aurduino Blink a LED.JPG|680px|]]
 
==''Button and LED''==
 
==''Button and LED''==
 +
 +
'''digital 13 '''is the output LED for our board in this experiment
 +
 +
'''wait 0.1''' is the delay timing
 +
 +
[[File:Ledblink.png|caption|1000px]]
 +
 +
Our experiment can be resume as :
 +
when '''Button''' is click '''forever''' , '''on digital 13''' for '''0.1 sec''' then '''off digital 13''' for '''0.1 sec'''
 +
and its will keep repeating until stop as been click

Revision as of 21:54, 7 January 2015

Aurduino Blink a LED.JPG

Button and LED

digital 13 is the output LED for our board in this experiment
wait 0.1 is the delay timing

caption

Our experiment can be resume as :

when Button is click forever , on digital 13 for 0.1 sec then off digital 13 for 0.1 sec
and its will keep repeating until stop as been click