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 3:fcec60c7f2c6, committed 2014-10-04
- Comitter:
- palimar
- Date:
- Sat Oct 04 17:14:32 2014 +0000
- Parent:
- 2:b9a174369121
- Child:
- 4:a4fb060e7840
- Commit message:
- Added RTOS library and updated MBED library.
Changed in this revision
--- a/Steering.h Thu Oct 02 23:43:04 2014 +0000 +++ b/Steering.h Sat Oct 04 17:14:32 2014 +0000 @@ -2,6 +2,7 @@ #define _STEERING_H #include "mbed.h" +#include "rtos.h" #include "Digital_InOut.h" #include "KS0108.h"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-rtos.lib Sat Oct 04 17:14:32 2014 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed-rtos/#631c0f1008c3
--- a/mbed.bld Thu Oct 02 23:43:04 2014 +0000 +++ b/mbed.bld Sat Oct 04 17:14:32 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/024bf7f99721 \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/552587b429a1 \ No newline at end of file
