Just4Trionic - CAN and BDM FLASH programmer for Saab cars

Dependencies:   mbed

t7can.h

Committer:
Just4pLeisure
Date:
2016-04-23
Revision:
6:2fbcbebed28c
Parent:
4:682d96ff6d79

File content as of revision 6:2fbcbebed28c:

/*******************************************************************************

t7can.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 __T7CAN_H__
#define __T7CAN_H__

#include "mbed.h"
#include "CAN.h"

#include "common.h"
#include "strings.h"
#include "t7utils.h"
#include "srecutils.h"


extern void t7_can();

void t7_can_show_help();
void t7_can_show_full_help();
uint8_t execute_t7_cmd();


#endif