杭州电子科技大学吧 关注:232,987贴子:4,330,777
  • 4回复贴,共1
#include<BoeBot.h>
#include<uart.h>
in main(void)
{
uart_Init();
printf("The LED connected to p1_0 is blinking!\n");
while(1)
{
P1_0=1;
delay_nms(500);
P1_0=0;
delay_nms(500);
}
}


IP属地:上海1楼2013-03-26 16:47回复
    --------------------Configuration: 220 - Win32 Debug--------------------
    Compiling...
    220.cpp
    c:\documents and settings\administrator\220.cpp(1) : fatal error C1083: Cannot open include file: 'BoeBot.h': No such file or directory
    Error executing cl.exe. 220.obj - 1 error(s), 0 warning(s)


    3楼2013-03-28 09:17
    回复
      楼主 能发一下BoeBot.h和uart.h头文件发一下吗?
      急求啊 邮箱499234860@qq.com


      IP属地:陕西4楼2013-03-31 16:05
      收起回复