See graph

Dependencies:   MCP23017 SDFileSystem WattBob_TextLCD mbed

Fork of Embedded_Software_Assignment_2 by Steven Kay

Changes

RevisionDateWhoCommit message
17:d12bdce11d40 2017-03-14 xouf2114 Added library documentation and updated FATFileSystem sub-library to the latest revision default tip
16:f5fc768c09a4 2017-03-14 xouf2114 SDFileSystem
15:c1cf53d91a85 2017-03-14 xouf2114 Commit SDFileSystem Code
14:f11c30a93736 2017-03-14 xouf2114 define task_ticks
13:4b595e5d443f 2017-03-14 xouf2114 change of all pin assignment
12:bd7f9d91f28c 2017-03-14 xouf2114 task 2 complete
11:1069d300847b 2017-03-14 xouf2114 change of SD library
10:c0531edf4850 2016-03-02 sk398 Final version - all operational
9:46408a8dea0c 2016-03-02 sk398 All tasks operating and Cyclic Exec working. Just need to implement task 1
8:7f3594882cec 2016-03-02 sk398 All operations now in sync. Small errors with timing however this is tunable;
7:2973bf297f3d 2016-03-02 sk398 All tasks bar 2 and 3 Operational with relatively good timing
6:ceda53939eb8 2016-02-29 sk398 Tasks all written in. Just got to implement the Cyclic Executive OS element
5:250f51c80ac1 2016-02-26 sk398 LCD output now successfully contained within class definition
4:b85bc0d810e1 2016-02-26 sk398 Display function works, Analog function works, digitalIN function works.; ; Freq measurement still to work.; ; Display to be changed to class structure
3:c611b9bb5770 2016-02-17 sk398 All 4 input processes constructed
2:22ebabd78084 2016-02-15 sk398 All functional prototypes declared in header file.; Need to update class file to include constructor.
1:221d677fe0d3 2016-02-15 sk398 Converted to a single header file and .cpp file with all the associated tasks contained.; ; This will be adapted throughout developing the tasks independently, using OO principles.
0:5989ac10c4d3 2016-02-15 sk398 All tasks implemented as classes and in a single file.; ; Task3 is fnished; All others are not