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.

Files at this revision

API Documentation at this revision

Comitter:
sk398
Date:
Thu Mar 10 16:25:15 2016 +0000
Parent:
5:7d1b124490ed
Commit message:
Delay time updated

Changed in this revision

Latch_FET_Driver.cpp Show annotated file Show diff for this revision Revisions of this file
Latch_FET_Driver.h Show annotated file Show diff for this revision Revisions of this file
--- a/Latch_FET_Driver.cpp	Sat Feb 20 13:22:50 2016 +0000
+++ b/Latch_FET_Driver.cpp	Thu Mar 10 16:25:15 2016 +0000
@@ -1,3 +1,27 @@
+/* #####################################################################
+                        Latch_FET_Driver.cpp
+                        --------------------------
+                
+                          Surface Ship, Group 5
+                          ---------------------
+ 
+ Written by:        Steven Kay
+ 
+ Date:              February 2016
+ 
+ Function:          This 
+ 
+ Version:           1.0
+ 
+ Version History
+ ---------------
+ 
+ 1.1                rgdfgdfgdfggdfgdg
+ 
+ 1.0                gdgddfdddgd
+    
+ ##################################################################### */
+
 #include "mbed.h"
 #include "Latch_FET_Driver.h"
 
--- a/Latch_FET_Driver.h	Sat Feb 20 13:22:50 2016 +0000
+++ b/Latch_FET_Driver.h	Thu Mar 10 16:25:15 2016 +0000
@@ -1,31 +1,26 @@
 /* #####################################################################
-
- Latch_FET_Driver.h
- ------------------
+                            Latch_FET_Driver.h
+                            ------------------
+                
+                          Surface Ship, Group 5
+                          ---------------------
  
  Written by:        Steven Kay
  
  Date:              February 2016
  
  Function:          This 
-    
- #####################################################################*/
+ 
+ Version:           1.0
+ 
+ Version History
+ ---------------
  
- /*##########################################
-
-    Embedded Software, Assignment 1
-    -------------------------------
-
-Written by: Steven Kay
-
-Date:       January 2016
-
-Function:   This program constructs and outputs a
-            pulse train on a given output pin based
-            on several input configurations generated
-            by using switches
-
-##########################################*/
+ 1.1                rgdfgdfgdfggdfgdg
+ 
+ 1.0                gdgddfdddgd
+    
+ ##################################################################### */
 
 
 #include "mbed.h"