base
This commit is contained in:
14
DBW_V2/Core/Inc/inputs.h
Normal file
14
DBW_V2/Core/Inc/inputs.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* inputs.h
|
||||
*
|
||||
* Created on: Mar 15, 2022
|
||||
* Author: v0stap
|
||||
*/
|
||||
|
||||
#ifndef SRC_INPUTS_H_
|
||||
#define SRC_INPUTS_H_
|
||||
|
||||
void TIM3_Init(void); //iddle pwm input 1 PB4
|
||||
void TIM14_Init(void); //rpm input 2 PB1
|
||||
|
||||
#endif /* SRC_INPUTS_H_ */
|
||||
Reference in New Issue
Block a user