Quote:
Originally Posted by RufflesRidge
You could probably use the Counter object and GetPeriod() method to make the FPGA keep track of the pulses instead of doing it in your code.
|
If you use the GetPeriod() method in a Counter object on a PWM signal, is there a way to specify that you want the elapsed time between rising and falling edges? If not, how would you use this with a PWM signal ?