Files
morse_code_trainer/f103c8t6_keil/MDK-ARM/MYDEIVERS/mymain.h
T
2022-05-02 19:14:55 +08:00

24 lines
313 B
C

/*
* mymain.h
*
* Created on: 2022年4月15日
* Author: wuwen
*/
#ifndef MYMAIN_H_
#define MYMAIN_H_
#include "main.h"
#include "oled.h"
#include "buzzer.h"
#include "encode.h"
#include "hread_interface.h"
#include "morsr.h"
extern TIM_HandleTypeDef htim3;
void mymain();
#endif /* MYMAIN_H_ */