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: CANBuffer KS0108_fork mbed-rtos mbed CAN Addresses
Fork of REVO_Updated_Steering by
Revision 28:3ebe6db73fe0, committed 2014-10-25
- Comitter:
- tmccurbin
- Date:
- Sat Oct 25 00:49:05 2014 +0000
- Parent:
- 16:d2953809fb31
- Child:
- 29:9c48604d98b6
- Commit message:
- Changed the On and Reset buttons for testing purposes
Changed in this revision
| Steering.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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();
}
