Difference between revisions of "Blinky with Starter AVR"
Line 2: | Line 2: | ||
After setting up starter AVR board, we will start with simple LED blinking experiment. Two user LED's are provided on starter AVR board, we will use same for this experiment. | After setting up starter AVR board, we will start with simple LED blinking experiment. Two user LED's are provided on starter AVR board, we will use same for this experiment. | ||
=Basic= | =Basic= | ||
+ | On starter AVR board LED's are connected to PD4 and PD5. We are using one connected to PB5 in this example. I am using ''Atmel Studio'' to write the code. | ||
+ | To know about how to do setting and create a project in "Atmel Studio", look at our [[AVR Hardware and Software Setup]] tutorial. | ||
Revision as of 10:24, 2 April 2016
After setting up starter AVR board, we will start with simple LED blinking experiment. Two user LED's are provided on starter AVR board, we will use same for this experiment.
Contents
Basic
On starter AVR board LED's are connected to PD4 and PD5. We are using one connected to PB5 in this example. I am using Atmel Studio to write the code. To know about how to do setting and create a project in "Atmel Studio", look at our AVR Hardware and Software Setup tutorial.