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 QM_BAE_review_1 by
Diff: EPS.cpp
- Revision:
- 70:a2b6c20e2366
- Parent:
- 69:c0dd13285d80
--- a/EPS.cpp Sun Dec 04 12:12:11 2016 +0000 +++ b/EPS.cpp Mon Dec 05 09:17:24 2016 +0000 @@ -145,10 +145,10 @@ DigitalOut SelectLinea1 (PIN44); DigitalOut SelectLinea0 (PIN43); // LSB of Select Lines -DigitalOut SelectLineb3 (PIN56); // MSB of Select Lines -DigitalOut SelectLineb2 (PIN57); -DigitalOut SelectLineb1 (PIN58); -DigitalOut SelectLineb0 (PIN59); // LSB of Select Lines +DigitalOut SelectLineb0 (PIN56); // MSB of Select Lines +DigitalOut SelectLineb1 (PIN57); +DigitalOut SelectLineb2 (PIN58); +DigitalOut SelectLineb3 (PIN59); // LSB of Select Lines //*********************************************************flags********************************************************// extern uint8_t EPS_INIT_STATUS ;