单片机 【#include <intrins.h>】

流水灯移动函数:

P1=0x7f;
while(1)
{
 P1=_cror_(P1, 1);
 delay(500);


}

 

posted @ 2018-01-16 12:07  Justice-V  阅读(541)  评论(0)    收藏  举报