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_10thDec by
Diff: BCN.cpp
- Revision:
- 98:321edb143f26
- Parent:
- 97:36a91c432cb1
- Child:
- 99:df6f43921af4
diff -r 36a91c432cb1 -r 321edb143f26 BCN.cpp --- a/BCN.cpp Fri Feb 10 19:12:15 2017 +0000 +++ b/BCN.cpp Tue Feb 14 16:18:16 2017 +0000 @@ -63,13 +63,13 @@ //1st 0-7 call sign //SHORT_HK_data[0] _ SHORT_HK_data[6] - SHORT_HK_data[0] = 0x1;// ;0xF3; - SHORT_HK_data[1] = 0x1;//0x02; - SHORT_HK_data[2] = 0x1;//0xFA; - SHORT_HK_data[3] = 0x1;//0xC6; - SHORT_HK_data[4] = 0x1;//0xD4; - SHORT_HK_data[5] = 0x1;//0x28; - SHORT_HK_data[6] = 0x1;//0x8A; + SHORT_HK_data[0] = 0xF3; + SHORT_HK_data[1] = 0x02; + SHORT_HK_data[2] = 0xFA; + SHORT_HK_data[3] = 0xC6; + SHORT_HK_data[4] = 0xD4; + SHORT_HK_data[5] = 0x28; + SHORT_HK_data[6] = 0x8A; SHORT_HK_data[7] = quant_data.voltage_quant[15]/10; SHORT_HK_data[7] = (SHORT_HK_data[7] & 0xF0) | (quant_data.current_quant[1]>>4);