Handling the Digital Input Output in AVR Micro Controllers
I have already discussed about a few chapters necessary to get into AVR programming. Now this is the first article that deals with programming. Let us start with the basics. Digital input output (I/O) is the basic feature supported by AVR micro controller. To facilitate digital input output, three registers are associated with each port of the micro controller. Data Direction Register- This register determines which of the pins will act as an output port, and which of them as input. Data Output Register-This register holds the Data output to the port. Data Input Register- Reads data from the port…
Read More

Recent Comments