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.
Diff: interfaces.cpp
- Revision:
- 5:1775b4b13232
- Parent:
- 2:bf3a2b29259a
--- a/interfaces.cpp Wed Sep 11 11:55:51 2013 +0000 +++ b/interfaces.cpp Sat Apr 25 17:07:08 2015 +0000 @@ -18,6 +18,8 @@ // A timer for timing how long things take to happen Timer timer; +// A timer for checking that timeout periods aren't exceeded +Timer timeout; // We use CAN on mbed pins 29(CAN_TXD) and 30(CAN_RXD). CAN can(p30, p29);