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: main.cpp
- Revision:
- 43:dec54ff03d3f
- Parent:
- 42:413cd8c60cfc
- Child:
- 44:da258a0977a4
diff -r 413cd8c60cfc -r dec54ff03d3f main.cpp --- a/main.cpp Tue Jul 05 18:20:41 2016 +0000 +++ b/main.cpp Thu Jul 07 19:45:45 2016 +0000 @@ -207,7 +207,7 @@ //CDMS //eps cdms fault uint8_t CDMS_SW_STATUS; -DigitalInOut CDMS_OC_FAULT(PIN79); +DigitalIn CDMS_OC_FAULT(PIN79); bool CDMS_SW_ENABLE; int CDMS_FAULT_COUNTER = 0; @@ -224,7 +224,7 @@ //uint16_t BCN_TX_MAIN_COUNTER = 0; uint8_t BCN_LONG_MSG_TYPE = 1; -DigitalInOut BCN_TX_OC_FAULT(PIN80); +DigitalIn BCN_TX_OC_FAULT(PIN80); int BCN_TX_FAULT_COUNTER; //ACS @@ -1025,7 +1025,7 @@ { if( BAE_STANDBY!=0x02 && BAE_STANDBY!=0x03 && BAE_STANDBY!=0x06 && BAE_STANDBY!=0x07) { - pc.printf("\nSTATE IS !!!!!! = %x !!\n",ACS_STATE); + //pc.printf("\nSTATE IS !!!!!! = %x !!\n",ACS_STATE); //F_ACS(); //time_wdog = 0; }