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:
- 40:c2538d97e78b
- Parent:
- 39:670133e7ffd8
--- a/BCN.cpp Tue Jul 05 13:44:15 2016 +0000 +++ b/BCN.cpp Tue Jul 05 19:14:06 2016 +0000 @@ -32,7 +32,7 @@ uint8_t SHORT_HK_data[15]; extern uint8_t BCN_LONG_MSG_TYPE; extern uint8_t LONG_HK_data[2][134]; -extern DigitalInOut BCN_SW; +extern DigitalOut BCN_SW; extern float EPS_BTRY_TMP_AVG; extern BAE_HK_quant quant_data; @@ -40,8 +40,8 @@ extern Timer BAE_uptime; extern Timer I2C_last; extern void RETURN_UPTIME(float,uint8_t*,uint8_t*,uint8_t*); -extern DigitalInOut CDMS_OC_FAULT; -extern DigitalInOut EPS_CHARGER_STATUS; +extern DigitalIn CDMS_OC_FAULT; +extern DigitalOut EPS_CHARGER_STATUS; extern uint8_t crc8_short(); void SHORT_HK_data_AQ()