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.
Fork of BAE_FRDM by
Revision 6:e346d720c451, committed 2014-12-05
- Comitter:
 - sakthipriya
 - Date:
 - Fri Dec 05 10:08:28 2014 +0000
 - Parent:
 - 5:255b43e8e21a
 - Commit message:
 - added fault and power
 
Changed in this revision
| fault.cpp | Show annotated file Show diff for this revision Revisions of this file | 
--- a/fault.cpp Thu Dec 04 07:17:44 2014 +0000 +++ b/fault.cpp Fri Dec 05 10:08:28 2014 +0000 @@ -21,7 +21,9 @@ DigitalOut clear7(FAULT_CLEAR7); DigitalOut clear8(FAULT_CLEAR8); -DigitalOut acs_active(ACS); +DigitalOut acs_active(ACS,1); + + BusOut clear(FAULT_CLEAR1,FAULT_CLEAR2,FAULT_CLEAR3,FAULT_CLEAR4,FAULT_CLEAR5,FAULT_CLEAR6,FAULT_CLEAR7,FAULT_CLEAR8);//to send fault data along with hk
