Liam Grazier
/
0NicksCoursework_copywithserialtime
aaa
Fork of 0NicksCoursework-lg by
Time/DandTEdit_RTC_Fin.cpp@9:e27b3f34de24, 2018-01-09 (annotated)
- Committer:
- liam_grazier
- Date:
- Tue Jan 09 06:14:41 2018 +0000
- Revision:
- 9:e27b3f34de24
- Parent:
- 8:582ac4c5a524
NICKS CW;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
liam_grazier | 8:582ac4c5a524 | 1 | ///*DandTEdit_RTC_Fin.cpp*/ |
liam_grazier | 8:582ac4c5a524 | 2 | ///*RTC Timer serial inputs*/ |
liam_grazier | 8:582ac4c5a524 | 3 | ///*Version to get the input data*/ |
liam_grazier | 8:582ac4c5a524 | 4 | // |
liam_grazier | 8:582ac4c5a524 | 5 | ///*Elec 351 Coursework Semester 2*/ |
liam_grazier | 8:582ac4c5a524 | 6 | ///* Designed and built by Doug Tilley, Liam Grazier, Alex Baron */ |
liam_grazier | 8:582ac4c5a524 | 7 | ///*http://www.cplusplus.com/reference/ctime/ - with reference to*/ |
liam_grazier | 8:582ac4c5a524 | 8 | //#include "mbed.h" |
liam_grazier | 8:582ac4c5a524 | 9 | //#include "stdio.h" /* IO Functions*/ |
liam_grazier | 8:582ac4c5a524 | 10 | //#include "time.h" /* RTC Time functions*/ |
liam_grazier | 8:582ac4c5a524 | 11 | //#include "DandTEdit_RTC_Fin.hpp" /*Headerfile*/ |
liam_grazier | 8:582ac4c5a524 | 12 | // |
liam_grazier | 8:582ac4c5a524 | 13 | // |
liam_grazier | 8:582ac4c5a524 | 14 | ///*Function to display the time*/ |
liam_grazier | 8:582ac4c5a524 | 15 | // |
liam_grazier | 8:582ac4c5a524 | 16 | ////PROGRAM END |