基本功能移植

Signed-off-by: kevin <kevin@lmve.net>
This commit is contained in:
2022-04-17 01:29:20 +08:00
parent 416395e158
commit f1bbf02955
91 changed files with 3952 additions and 1789 deletions
+8
View File
@@ -10,6 +10,14 @@
#include "main.h"
#include "oled.h"
#include "buzzer.h"
struct morsecode
{
uint8_t len;
uint8_t code;
char letter;
};
void mymain();