Refactor split main.c

This commit is contained in:
Guriy
2026-07-03 18:05:11 +03:00
parent 90abf51075
commit 81106742dd
14 changed files with 1117 additions and 987 deletions

10
Inc/modulation.h Normal file
View 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 */