15 lines
240 B
C
15 lines
240 B
C
/*
|
|
* 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_ */
|