#ifndef MY_SEQ_H #define MY_SEQ_H #include "stm32f103xb.h" void MySequencer_Conf(void); void MySequencer_Task_10ms (void); #endif