#include "suryaa.h"
void setup()
{
dirf(0xFF);
}
void loop()
{
outf_all_led_pattern();
}
//basic led control operation
/*void setup()
{
dirf(0xFF);(for setting pin as input/output);
}
void loop()
{
outf(0x03); (for outputig values on the specific port);
}*/