#include <LiquidCrystal.h>
const int a = 12 , b = 11 , c = 9 , d = 8 , e = 7 , f = 6 ;
LiquidCrystal lcd ( a , b , c , d , e , f );
void setup()
{
lcd.begin(16, 2);
lcd.setCursor(0,0);
lcd.print(" R3S robotics");
}
void loop()
{}#include <LiquidCrystal.h>
const int a = 12 , b = 11 , c = 9 , d = 8 , e = 7 , f = 6 ;
LiquidCrystal lcd ( a , b , c , d , e , f );
void setup()
{
lcd.begin(16, 2);
lcd.setCursor(0,0);
lcd.print(" R3S robotics");
}
void loop()
{}