help please when i run this project in mikroc i had errors

Discussion on projects that are created by users and posted on mikroElektronika website.
Post Reply
Author
Message
abowadee3
Posts: 1
Joined: 02 Sep 2014 09:34

help please when i run this project in mikroc i had errors

#1 Post by abowadee3 » 02 Sep 2014 10:35

interrupt(TIM0_COMP) void noiseanaly(void);


began
// To start ADC again
Ain = ADCH;
new_smpl=1;
ADCSR.6=1;
if (z == 2) {
TCCR0 = 0b00001011;// Prescale 64,clear on compare match WGM01 = 1,WGM00 = 0
TCNT0 = 0;
OCR0 = 62;// This is sampling about at 4300Hz
z=0;
}
end


the full code http://people.ece.cornell.edu/land/cour ... 4/srecog.c

Post Reply

Return to “User Projects”