Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FreescaleIAP mbed-rtos mbed
Fork of workinQM_5thJan_azad by
Diff: TCTM.cpp
- Revision:
- 17:fc782f7548c6
- Parent:
- 15:e09aaaccf134
- Child:
- 19:79e69017c855
--- a/TCTM.cpp Thu May 12 10:56:44 2016 +0000 +++ b/TCTM.cpp Fri May 13 11:56:49 2016 +0000 @@ -1239,7 +1239,7 @@ output[2] =(uint8_t ) (((*temp)>>8)&0xFF); output[3] =(uint8_t ) ((*temp) & 0xFF); // verify the logic - printf("\n\rthe values generated are\n"); + // printf("\n\rthe values generated are\n"); /*printf("\n\r%x\n",output[0]); printf("\n\r%x\n",output[1]); printf("\n\r%x\n",output[2]);