11 lines
256 B
C
11 lines
256 B
C
#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 */
|