Files
morse_code_trainer/f103c8t6_keil/MDK-ARM/MYDEIVERS/mymain.h
T
kevin 8a3d91d0c2 按钮中断触发
Signed-off-by: kevin <kevin@lmve.net>
2022-05-02 00:46:41 +08:00

29 lines
377 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"
struct morsecode
{
uint8_t len;
uint8_t code;
char letter;
};
extern TIM_HandleTypeDef htim3;
void mymain();
#endif /* MYMAIN_H_ */