#include<pic.h>
void delay(int ms)
{
int i=0,j=0;
for(i=0;i<ms;i++) for(j=0;j<67;j++)
{;}
}
void main(void)
{ TRISC=0;
PORTC=0b11111111;
delay(100);
while(1){}
} 程序如上,其他程序也是仿真是可以的,就是开发板上没反映。是一个点灯的程序,RC口接八个LED灯
[
本帖最后由 nibini1 于 2011-11-7 14:32 编辑 ]
此帖出自
小平头技术问答
一周热门 更多>