Just4Trionic - CAN and BDM FLASH programmer for Saab cars

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers t8can.h Source File

t8can.h

00001 /*******************************************************************************
00002 
00003 t8can.h - information and definitions needed for doing things with the T7 ECU
00004 (c) 2010,2011,2012 by Sophie Dexter
00005 
00006 ********************************************************************************
00007 
00008 WARNING: Use at your own risk, sadly this software comes with no guarantees.
00009 This software is provided 'free' and in good faith, but the author does not
00010 accept liability for any damage arising from its use.
00011 
00012 *******************************************************************************/
00013 
00014 #ifndef __T8CAN_H__
00015 #define __T8CAN_H__
00016 
00017 #include "mbed.h"
00018 #include "CAN.h"
00019 
00020 #include "common.h"
00021 #include "strings.h"
00022 #include "t8utils.h"
00023 #include "srecutils.h"
00024 
00025 
00026 extern void t8_can();
00027 
00028 void t8_can_show_help();
00029 void t8_can_show_full_help();
00030 uint8_t execute_t8_cmd();
00031 
00032 
00033 #endif