pwm works
This commit is contained in:
15
my_src/pwm.h
Normal file
15
my_src/pwm.h
Normal file
@ -0,0 +1,15 @@
|
||||
/*
|
||||
* pwm.h
|
||||
*
|
||||
* Created on: Jan 16, 2018
|
||||
* Author: wn
|
||||
*/
|
||||
|
||||
#ifndef PWM_H_
|
||||
#define PWM_H_
|
||||
|
||||
|
||||
void pwmInit();
|
||||
|
||||
|
||||
#endif /* PWM_H_ */
|
Reference in New Issue
Block a user