vr1.1
Dependencies: FreescaleIAP mbed-rtos mbed
Fork of CDMS_RTOS_v1_1 by
Diff: TM.cpp
- Revision:
- 8:607ae92fa6af
- Parent:
- 7:c270a9e37290
--- a/TM.cpp Fri Jul 03 08:38:12 2015 +0000 +++ b/TM.cpp Sat Jul 04 08:56:34 2015 +0000 @@ -1,6 +1,10 @@ #include "mbed.h" -Serial kc(USBTX,USBRX); +#include "TM.h" +#include "all_funcs.h" + +Serial tmy(USBTX,USBRX); + void FCTN_CDMS_RLY_TM() { - kc.printf("in FCTN_CDMS_RLY_TM\r\n"); + tmy.printf("in FCTN_CDMS_RLY_TM\r\n"); } \ No newline at end of file