Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
This implies that you're turning on both top and bottom transistors at the same time. With no other information its impossible to tell anything else.
lcdclear();
lcdrow1();
LCD_puts("MOTOR CLOCK-WISE");
motor1=0;
motor2=1;
msdelay(5000);
lcdclear();
lcdrow1();
LCD_puts("MOTOR ANTI-CLOCK");
motor1=1;
motor2=0;
msdelay(5000);
lcdclear();
lcdrow1();
LCD_puts("MOTOR STOP");
motor1=1;
motor2=1;
msdelay(2000);