Skip to content

Commit 910e310

Browse files
committed
Updated Comments
Additional library is no longer needed. Updated comments in code
1 parent 1aa3b3e commit 910e310

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

libraries/MySensors/examples/IrrigationController/IrrigationController.ino

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ INSTRUCTIONS:
7575
on the serial monitor.
7676
* Your arduino should slow-flash, indicating that it is in ready mode.
7777
* There are multiple debug serial prints that can be monitored to assure that it is operating properly.
78-
* https://bitbucket.org/fmalpartida/new-liquidcrystal/downloads for the I2C library, or use yours
78+
* ***THIS SHOULD NO LONGER BE NEEDED*** The standard MySensors library now works. https://bitbucket.org/fmalpartida/new-liquidcrystal/downloads for the I2C library, or use yours
7979
8080
Contributed by Jim ([email protected]) with much contribution from Pete ([email protected]) and is released to the public domain
8181
*/
@@ -84,7 +84,10 @@ Contributed by Jim ([email protected]) with much contribution from Pete (p
8484
#include <Time.h>
8585
#include <MySensor.h>
8686
#include <SPI.h>
87+
#include <LiquidCrystal.h>
8788
#include <LiquidCrystal_I2C.h>
89+
90+
8891
//
8992
#define NUMBER_OF_VALVES 8 // Change this to set your valve count up to 16.
9093
#define VALVE_RESET_TIME 7500UL // Change this (in milliseconds) for the time you need your valves to hydraulically reset and change state

0 commit comments

Comments
 (0)