Added EPS faults
Dependencies: FreescaleIAP mbed-rtos mbed
Fork of QM_BAE_review_1 by
Diff: BCN.cpp
- Revision:
- 13:fb7facaf308b
- Parent:
- 12:af1d7e18b868
- Child:
- 14:a9588f443f1a
--- a/BCN.cpp Wed Apr 13 18:34:28 2016 +0000 +++ b/BCN.cpp Wed Apr 13 21:48:21 2016 +0000 @@ -7,7 +7,7 @@ Serial pc_bcn(USBTX, USBRX); //tx,rx SPI spi(PIN16, PIN17, PIN15); // mosi, miso, sclk -DigitalOut cs(PIN87); //slave select or chip select +DigitalOut cs(PIN6); //slave select or chip select Timer t_i; Timeout rf_sl_timeout; Ticker loop;