Skip to content

Commit

Permalink
Update Arduino_Light_Fidelity.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
Goutham2010 authored Nov 4, 2022
1 parent f89c68b commit 1237a45
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Arduino_Light_Fidelity.ino
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,19 @@ void setup() {
Serial.begin(9600);
pinMode(ldr, INPUT_PULLUP);
lcd.begin(16,2);
lcd.print("Welcome to Scien");
lcd.setCursor(0,1);
lcd.print("-ce Exhibition");
delay(3000);
lcd.clear();
lcd.print("Namaste Sir");
lcd.setCursor(0,1);
lcd.print("or Madam");
delay(2000);
lcd.clear();
lcd.print("Welcome to Scie-");
lcd.setCursor(0,1);
lcd.print("nce Exhibition");
delay(3000);
lcd.clear();
lcd.print("LiFi Project");
delay(2000);
lcd.setCursor(0,1);
lcd.clear();
lcd.print("Class 7th B");
delay(2000);
Expand Down

0 comments on commit 1237a45

Please sign in to comment.