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.
Fork of OBD21121 by
Diff: main.cpp
- Revision:
- 1:1d9a04a21027
- Parent:
- 0:ccd2474129f2
- Child:
- 2:d58ef72b4ab0
--- a/main.cpp Mon Feb 20 08:06:55 2017 +0000 +++ b/main.cpp Tue Feb 21 07:41:19 2017 +0000 @@ -1,7 +1,7 @@ #include "mbed.h" DigitalOut myled(LED1); -CAN can1(P0_24, p0_259); +CAN can1(P0_24, P0_25); int main() {