AN INTRODUCTION INTENDED FOR PEOPLE WITH NO PRIOR AVR KNOWLEDGE - AVRFREAKS.NET
16
OUT PORTB, Temp instruction.
Press [ F11 ] to write the new Temp value to the PORTB register. Note that the
content of PORTB is now updated to 0xFE!
Continue pressing F11 until you have counted down the PORTB register to 0x00.
What happens if you continue running the Program?
Conclusion and Recommended Reading
After running through this introduction you should have a basic idea of how to get
a program up and running on the AVR uC.
As mentioned before, one of the most efficient methods of learning AVR
programming is looking at working code examples, and understanding how these
work. Here on AVRfreaks.net you will find a large collection of projects suitable to
learn you more about the AVR.
In our tools section we have also linked up all Atmel AVR Application Notes. These
are also very useful reading.
Komentáře k této Příručce