pwm works

This commit is contained in:
Wolfgang Hottgenroth
2018-01-16 17:56:07 +01:00
parent 3aa6bbc9a6
commit 4ee20b974a
20 changed files with 920 additions and 618 deletions

15
my_src/pwm.h Normal file
View 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_ */