Skip to content

Commit

Permalink
Update MQ135.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash2772 authored Apr 22, 2021
1 parent 420e30a commit b90d322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MQ135.ino
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pinMode(sensorPin, INPUT);
}

void loop() {
int reading = analogRead(SensorPin);
int reading = analogRead(sensorPin);
Serial.print("Gas sensor reading: ");
Serial.println(reading);
delay(1000);
Expand Down

0 comments on commit b90d322

Please sign in to comment.