You are on page 1of 1

Ing.

AUTOMOTRIZ DERECHA A IZQIUEDA


lcd

#include <LiquidCrystal.h>

LiquidCrystal LCD(12,11,5,4,3,2);

int x=0;

void setup() {

LCD.begin(16,2);

void loop() {

for (x=15;x>=-15;x--){

LCD.setCursor(x,0);

LCD.print("ING. AUTOMOTRIZ");

delay(200);

LCD.clear();

LCD.clear();

delay(500);

You might also like