Hi,
I have a humidity sensor which gives a square wave as an output. I want to read the frequency of the square wave. I am using VHDL.
What I did till now is a 1 second timer and then I am trying to read how many positive edges are there in that one second, but till now I am getting only...