[][src]Function mraa_sys::mraa_pwm_period

pub unsafe extern "C" fn mraa_pwm_period(
    dev: mraa_pwm_context,
    seconds: f32
) -> mraa_result_t

Set the PWM period as seconds represented in a float

@param dev The Pwm context to use @param seconds Period represented as a float in seconds @return Result of operation