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.
Revisions of Latch_FET_Driver.cpp
Revision | Date | Message | Actions |
---|---|---|---|
7:909d7e3822d8 | 2016-03-10 | Delay time updated | File Diff Annotate |
6:073ee2fd1245 | 2016-03-04 | added method to change state based on given input; outputLow and High shifted to private members | File Diff Annotate |
5:7d1b124490ed | 2016-02-20 | Commented and operational | File Diff Annotate |
3:7fcd006e1bc6 | 2016-02-07 | Updated | File Diff Annotate |
2:9059b675917e | 2016-02-07 | Latch Driver using SR Latches | File Diff Annotate |
1:a0209f182a64 | 2016-02-04 | DigitalPin method added and works.; ; Still to include logic; | File Diff Annotate |
0:87f2d094bea3 | 2016-02-04 | Initial version, using DigitalOut types being passed into the class constructer | File Diff Annotate |