5 lines
56 B
C
5 lines
56 B
C
#include <reg52.h>
|
|
void delay(int a);
|
|
|
|
void ledfull();
|
|
|
#include <reg52.h>
|
|
void delay(int a);
|
|
|
|
void ledfull();
|
|
|