vr1.1

Dependencies:   FreescaleIAP mbed-rtos mbed

Fork of CDMS_RTOS_v1_1 by Team Fox

TM.cpp

Committer:
cholletisaik777
Date:
2015-07-04
Revision:
8:607ae92fa6af
Parent:
7:c270a9e37290

File content as of revision 8:607ae92fa6af:

#include "mbed.h"
#include "TM.h"
#include "all_funcs.h"

Serial tmy(USBTX,USBRX);

void FCTN_CDMS_RLY_TM()
{
        tmy.printf("in FCTN_CDMS_RLY_TM\r\n");
}