实现功能 但似乎可以不用中断实现

Signed-off-by: kevin <kevin@lmve.net>
This commit is contained in:
2022-05-02 19:14:55 +08:00
parent 8a3d91d0c2
commit e15506fa7e
21 changed files with 3176 additions and 2258 deletions
+12
View File
@@ -3,6 +3,18 @@
#include "main.h"
extern char moser_buff[64+8];
struct morsecode
{
uint8_t len;
uint8_t code;
char letter;
};
void mo_server();
void mo_di();
void mo_da();
void mo_one_tick(uint8_t i);
#endif /* MYMAIN_H_ */