The Code Repository for the REV0 Steering Wheel.
Dependencies: CANBuffer KS0108_fork mbed-rtos mbed CAN Addresses
Fork of REVO_Updated_Steering by
Diff: Steering.cpp
- Revision:
- 28:3ebe6db73fe0
- Parent:
- 16:d2953809fb31
- Child:
- 29:9c48604d98b6
--- a/Steering.cpp Sat Oct 18 18:26:44 2014 +0000 +++ b/Steering.cpp Sat Oct 25 00:49:05 2014 +0000 @@ -294,11 +294,11 @@ while(1) { - if(biSWBL.read()) + if(biSWTR.read()) { request_status_change(); } - if(biSWBR.read()) + if(biSWTL.read()) { reset(); }