- This topic has 1 reply, 2 voices, and was last updated 14 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › doubt in registers
sir i didnt understand tye concept of registers in
(ATmega16) USART” href=”../../../../../embedded/avr-microcontroller-projects/serial-communication-atmega16-usart”>Serial communication (Data receive) using AVR Microcontroller (ATmega16) USART…….
is there any requirement of declaring the registers during writing code
please specify which registers are you talking about…
and if you have included #include<avr/io.h>
then there is no need to declare the registers, using this headder files you can use the registers by name itself…..