This commit is contained in:
v0stap
2026-04-05 11:31:20 +02:00
commit 78e6a1b8aa
254 changed files with 175905 additions and 0 deletions

14
DBW_V2/Core/Inc/inputs.h Normal file
View 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_ */