#include"io.h"
#include"main.h"
void setup()
{
PDF=0xff;
PDK=0xff;
while(1)
{
POK=0x80;
POF=0xfe;
Delay(1);
POK=0xff;
POF=0xff;
Delay(1);
}
}
#include"io.h"
#include"main.h"
void setup()
{
PDF=0xff;
PDK=0xff;
while(1)
{
POK=0x80;
POF=0xfe;
Delay(1);
POK=0xff;
POF=0xff;
Delay(1);
}
}