Refactor split main.c
This commit is contained in:
10
Inc/modulation.h
Normal file
10
Inc/modulation.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef __MODULATION_H
|
||||
#define __MODULATION_H
|
||||
|
||||
#include "main.h"
|
||||
|
||||
void Stop_TIM10(void);
|
||||
void Sweep_RunCurrent1(void); /* тело case TT_CHANGE_CURR_1 */
|
||||
void Blink_RunCurrent2(void); /* тело case TT_CHANGE_CURR_2 */
|
||||
|
||||
#endif /* __MODULATION_H */
|
||||
Reference in New Issue
Block a user