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 SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE by
Diff: DefinitionsAndGlobals.h
- Revision:
- 223:7c802e1ccd30
- Parent:
- 220:2aeab83212e6
--- a/DefinitionsAndGlobals.h Mon Jul 04 05:24:35 2016 +0000 +++ b/DefinitionsAndGlobals.h Mon Jul 04 13:53:20 2016 +0000 @@ -265,11 +265,10 @@ DigitalIn PL_GPIO_1_STATUS (PIN71); DigitalIn PL_GPIO_2_STATUS (PIN81); DigitalIn PL_GPIO_3_STATUS (PIN80); -DigitalIn PL_BEE_SW_OC_FAULT (PIN4); -DigitalIn PL_EPS_LATCH_SW_OC_FAULT (); -DigitalIn V_C_EN_STATUS (); -DigitalIn V_D_EN_STATUS (); - +DigitalIn PL_BEE_SW_OC_FAULT (PIN91); +DigitalIn PL_EPS_LATCH_SW_OC_FAULT (PIN5); +DigitalIn V_C_EN_STATUS (PIN72); +DigitalIn V_D_EN_STATUS (PIN56); DigitalIn SD_OC_FAULT (PIN90); DigitalOut SD_SW_EN_DS (PIN97);
