/*02 Display Left most Top LED*/
void setup()
{
volatile char *dirf,*dirl;
dirf=0x30;dirl=0x10A;
volatile char *outf,*outl;
outf=0x31;outl=0x10B;
*dirf=0xFF;*dirl=0xFF;
*outf=0x01;*outl=0x01;
}
void loop() {}
/*02 Display Left most Top LED*/
void setup()
{
volatile char *dirf,*dirl;
dirf=0x30;dirl=0x10A;
volatile char *outf,*outl;
outf=0x31;outl=0x10B;
*dirf=0xFF;*dirl=0xFF;
*outf=0x01;*outl=0x01;
}
void loop() {}