car/my_src/pwm.h
Wolfgang Hottgenroth 4ee20b974a pwm works
2018-01-16 17:56:07 +01:00

16 lines
138 B
C

/*
* pwm.h
*
* Created on: Jan 16, 2018
* Author: wn
*/
#ifndef PWM_H_
#define PWM_H_
void pwmInit();
#endif /* PWM_H_ */