Files
STM32/笔记
2025-11-18 01:49:58 +00:00

10 lines
154 B
Plaintext

C文件存放运行代码
H文件存放对外提供的函数和变量的声明
H文件格式:
#ifndef __名称_H
#define __名称_H
#endif