Hi,
I need to write a counter code to count the number of spikes in the TTL logic input signal... What should I take as an input... Can i write it normally by putting the count in an infinite loop like
while(1)
// increment count
exit(1)
something like this... or is there a different way of doing this.
J