I have an input signal of unknown period and pulse width on a GPIO. I want to use the PWM capture capabilities to retrieve those parameters.
I see in the documentation there is
pwm_pin_configure_capture, pwm_pin_enable_capture, pwm_pin_disable_capture, pwm_pin_capture_usec, pwm_capture_callback_handler
I did not see an example how to use these. could you show me a simple example of what I need to do to get the period and pulse width from an input signal using a PWM. The functions seem to be exactly what I need but the implementation is not clear in the documentation and I am getting a lot of compile errors. I am sure it is something simple I am missing. I appreciate any help you can give.