初始化仓库

This commit is contained in:
2025-08-31 21:37:24 +08:00
commit 7477a25070
45 changed files with 22852 additions and 0 deletions

12
Header/common.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef __COMMON_H__
#define __COMMON_H__
#include <STC32G.H>
#include <string.h>
#include <stdio.h>
#include "intrins.h"
#include "types.h"
#include "clock_init.h"
#endif