STM8S在头文件里是怎么定义变量及常量的?

2025-01-03 09:38:39
推荐回答(1个)
回答1:

extern unsigned char temp_tab[a]; a为数字

#define a 10

.c文件中 直接用 temp_tab[0]=.... temp_tab[1]=...