小学生
最后登录1970-1-1
在线时间 小时
注册时间2015-12-10
|
发表于 2015-12-10 22:53:46
|
显示全部楼层
我现在正在学习那个教程,严格按照书上的例子写的led.h和led.c但是编译就出错了
led.c(17): error: #20: identifier "GPIO_Pin3" is undefined
GPIO_SetBits (GPIOC, GPIO_Pin3 | GPIO_Pin4 |GPIO_Pin5);
led.c(17): error: #20: identifier "GPIO_Pin4" is undefined
GPIO_SetBits (GPIOC, GPIO_Pin3 | GPIO_Pin4 |GPIO_Pin5);
led.c(17): error: #20: identifier "GPIO_Pin5" is undefined
GPIO_SetBits (GPIOC, GPIO_Pin3 | GPIO_Pin4 |GPIO_Pin5);
led.c: 0 warnings, 3 errors
我现在只是初学阶段,求指导
|
|