Skip to content

Commit

Permalink
moisture pin reference bug on answers for lesson 2
Browse files Browse the repository at this point in the history
  • Loading branch information
9khil committed Apr 8, 2018
1 parent b80353e commit 70e9517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion answers/lesson02/lesson02.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ void setup() {
Serial.begin(115200);

// Sett A0 i inputmodus
pinMode(A0, INPUT);
pinMode(MOISTURE_PIN, INPUT);
}

void loop() {
Expand Down

0 comments on commit 70e9517

Please sign in to comment.