Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
DS1307 real time clock
no vote
DS1307 real time clock
THOLKAPIYAN
2016-08-23
0
1
card reader project
no vote
card reader project
THOLKAPIYAN
2016-08-23
0
1
Led Blinging
no vote
                              #include<REG2051.H> sbit sw=P1^0; sbit led1=P3^0; sbit led2=P3^1; sbit led3=P3^2; sbit led4=P3^3; void delay() {     int i,j;     for(i=0;i<100;i++)         {             for(j=0;j<1000;j++);         } } void main() {     sw=1;     led1=0;     led2=0;     led3=0;     led4=0;     while(1)         {             if(sw==0)             
THOLKAPIYAN
2016-08-23
0
1
No more~