1

Revision:
2:9164b1d0b53d
Parent:
0:8380ab528739
--- a/BallastController.h	Sat Mar 05 01:54:26 2016 +0000
+++ b/BallastController.h	Thu Mar 10 16:23:34 2016 +0000
@@ -38,15 +38,14 @@
                     PinName S3_D,PinName S3_CLK, 
                     PinName S4_D,PinName S4_CLK     );
                     
-void Test();
+void outputToSolenoids(bool *states);
+
 private:
 
+
 protected:
-
+// Array of Latch_FET_Driver objects - each index is a solenoid valve object
 Latch_FET_Driver *Solenoids[4];
-//Latch_FET_Driver *Solenoid2;
-//Latch_FET_Driver *Solenoid3;
-//Latch_FET_Driver *Solenoid4;
 
 };