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/outputs.h Normal file
View File

@@ -0,0 +1,14 @@
/*
* outputs.h
*
* Created on: Mar 16, 2022
* Author: v0stap
*/
#ifndef INC_OUTPUTS_H_
#define INC_OUTPUTS_H_
void TIM16_Init (void);
void TIM17_Init (void);
void VSS_Set(uint8_t vss);
#endif /* INC_OUTPUTS_H_ */