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: EPS.cpp
- Revision:
- 95:d9ad0e6481be
- Parent:
- 94:17172893d231
- Child:
- 96:6603fedb6b69
--- a/EPS.cpp Thu Jan 05 12:49:47 2017 +0000 +++ b/EPS.cpp Thu Jan 05 13:02:41 2017 +0000 @@ -782,11 +782,16 @@ } LONG_HK_data[1][122] = quant_data.Batt_voltage_quant; + eps_pc.printf("\n\rBattery voltage in LONG_HK: %d\n\r",LONG_HK_data[1][122]); LONG_HK_data[1][123] = quant_data.BAE_temp_quant; LONG_HK_data[1][124] = (uint8_t)(actual_data.Batt_gauge_actual[1]); + eps_pc.printf("Battery SOC in LONG_HK: %d\n\r",LONG_HK_data[1][124]); LONG_HK_data[1][125] = quant_data.Batt_temp_quant[0]; + eps_pc.printf("Battery TMP1 in LONG_HK: %d\n\r",LONG_HK_data[1][125]); LONG_HK_data[1][126] = quant_data.Batt_temp_quant[1]; + eps_pc.printf("Battery TMP2 in LONG_HK: %d\n\r",LONG_HK_data[1][126]); LONG_HK_data[1][127] = BCN_TMP; + eps_pc.printf("BCN TMP in LONG_HK: %d\n\r",LONG_HK_data[1][127]); LONG_HK_data[1][128] = 0x00; LONG_HK_data[1][129] = 0x00; LONG_HK_data[1][130] = 0x00;