- This topic has 2 replies, 3 voices, and was last updated 7 years, 1 month ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › ADC interface with atmega32 with two sensors
HI friends ,
I need help from you that, I am using ATmega32 avr development board for ADC multiple channels and i am using two POT sensors.What is my doubt is I want a small delay after two channel conversions,say delay is 2 sec (for example).After every delay conversions have to display.
I tried but i cannot make delay,for i used timer buts its vain.so, please help me guys
here is my code.
Hi there
Could you please share what output are you expecting from the above code.
According to me the LED should remain ON continuously without blinking with any specific delay.
if you are using AVR studio then in AVR studio you get built in delay function
_delay_ms() or _delay_us()