程序如下:
#include <reg52.h>
int fanhui();
int x;
void mian()
{
P1=fanhui();
}
int fanhui()
{
x=0;
return x;
}
我P1口连的led灯(共阴极),我想着led会全灭,但结果是全亮,经过各种排除,知道是调用的问题了,但是不知道正确的调用是怎么写的,求大佬帮助,多谢了
程序如下:
#include <reg52.h>
int fanhui();
int x;
void mian()
{
P1=fanhui();
}
int fanhui()
{
x=0;
return x;
}
我P1口连的led灯(共阴极),我想着led会全灭,但结果是全亮,经过各种排除,知道是调用的问题了,但是不知道正确的调用是怎么写的,求大佬帮助,多谢了