#ifndef PWM_H_ #define PWM_H_ void pwmInit(); float getDutyCycle(); float getUCur(); float getUDes(); void setUDes(float uDes); #endif /* PWM_H_ */