10 lines
134 B
C
10 lines
134 B
C
#ifndef MY_SEQ_H
|
|
#define MY_SEQ_H
|
|
|
|
#include "stm32f103xb.h"
|
|
|
|
void MySequencer_Conf(void);
|
|
|
|
void MySequencer_Task_10ms (void);
|
|
|
|
#endif
|