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.
Diff: Latch_FET_Driver.cpp
- Revision:
- 7:909d7e3822d8
- Parent:
- 5:7d1b124490ed
--- 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"