Skip to content

Commit

Permalink
Initialized LCD for 18x2
Browse files Browse the repository at this point in the history
  • Loading branch information
aadhavr committed May 15, 2020
1 parent 2240e08 commit 0f7a8d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Aerocache/Aerocache.ino
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ float concentration = 0;
void setup() {

Serial.begin(9600);
lcd.begin(18,2);

pinMode(pin,INPUT);

Expand Down

0 comments on commit 0f7a8d7

Please sign in to comment.