英锐恩单片机论坛,Microchip单片机,模拟器件,接口电路,麦肯单片机,单片机应用交流

标题: picc编译段程序 [打印本页]

作者: winnie    时间: 2009-3-26 10:12
标题: picc编译段程序
在用picc编译段程序,但是遇到--“too many errors (error)”在用“static bit PORTB_6 @ PORTBIT(PORTB,6);
static bit PORTB_5 @ PORTBIT(PORTB,5);
static bit PORTB_4 @ PORTBIT(PORTB,4);”

定义时,出现:“C:\HT-PIC\P.C: 23: function declared implicit int (warning)
C:\HT-PIC\P.C: 23: undefined identifier: PORTB (error)
C:\HT-PIC\P.C: 23: illegal character (037777777643) (error)
C:\HT-PIC\P.C: 23: illegal character (037777777673) (error)”

作者: winnie    时间: 2009-3-26 10:12
这是老版本PICC的用法。现在只需要在代码前用:

#include<pic.h>

即可。

B口的每一位既是RB0,RB1,RB3等。




欢迎光临 英锐恩单片机论坛,Microchip单片机,模拟器件,接口电路,麦肯单片机,单片机应用交流 (http://enroobbs.com/) Powered by Discuz! X3.2