Driver to control a peripheral circuit being controlled by the operation of a FET. Inbetween the mbed and FET is a single D type latch, used to latch a signal to the driver.

Revision:
1:a0209f182a64
Parent:
0:87f2d094bea3
Child:
2:9059b675917e
--- a/Latch_FET_Driver.h	Thu Feb 04 13:18:36 2016 +0000
+++ b/Latch_FET_Driver.h	Thu Feb 04 14:08:29 2016 +0000
@@ -12,7 +12,7 @@
 {
 
 public:
-    Latch_FET_Driver(DigitalOut *Set,DigitalOut *Reset);
+    Latch_FET_Driver(PinName set,PinName reset);
     int setOutput();
     
 private: