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
TCTM.h@16:f9e484dc505e, 2016-05-12 (annotated)
- Committer:
- lakshya
- Date:
- Thu May 12 10:56:44 2016 +0000
- Revision:
- 16:f9e484dc505e
- Parent:
- 13:fb7facaf308b
- Child:
- 19:79e69017c855
acs_init modified (reg value), wait time changed
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
lakshya | 16:f9e484dc505e | 1 | //#define ACK_CODE 0x02; |
lakshya | 16:f9e484dc505e | 2 | /*ack code changed*/ |
lakshya | 16:f9e484dc505e | 3 | #define ACK_CODE 0x0A; |
sakthipriya | 3:07e15677a75c | 4 | |
Bragadeesh153 | 13:fb7facaf308b | 5 | void FCTN_BAE_TM_TC(uint8_t*); |
sakthipriya | 4:39a4ae8c7ecd | 6 | void FCTN_CDMS_WR_FLASH(uint16_t ,uint32_t); |
sakthipriya | 5:bb592f3185cc | 7 | uint32_t FCTN_CDMS_RD_FLASH(uint16_t ); |
sakthipriya | 5:bb592f3185cc | 8 | void FCTN_CONVERT_FLOAT(float input, uint8_t* output); |
sakthipriya | 5:bb592f3185cc | 9 | |
sakthipriya | 5:bb592f3185cc | 10 | #define B0 -23 |
sakthipriya | 5:bb592f3185cc | 11 | #define B1 -2 |
sakthipriya | 5:bb592f3185cc | 12 | #define B2 5 |
sakthipriya | 5:bb592f3185cc | 13 | #define W0 -5.65 |
sakthipriya | 5:bb592f3185cc | 14 | #define W1 0.45 |
sakthipriya | 5:bb592f3185cc | 15 | #define W2 -1.97 |
sakthipriya | 5:bb592f3185cc | 16 |