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.
t8can.h
- Committer:
- Just4pLeisure
- Date:
- 2013-09-11
- Revision:
- 4:682d96ff6d79
File content as of revision 4:682d96ff6d79:
/******************************************************************************* t8can.h - information and definitions needed for doing things with the T7 ECU (c) 2010,2011,2012 by Sophie Dexter ******************************************************************************** WARNING: Use at your own risk, sadly this software comes with no guarantees. This software is provided 'free' and in good faith, but the author does not accept liability for any damage arising from its use. *******************************************************************************/ #ifndef __T8CAN_H__ #define __T8CAN_H__ #include "mbed.h" #include "CAN.h" #include "common.h" #include "strings.h" #include "t8utils.h" #include "srecutils.h" extern void t8_can(); void t8_can_show_help(); void t8_can_show_full_help(); uint8_t execute_t8_cmd(); #endif