Just4Trionic - CAN and BDM FLASH programmer for Saab cars

Dependencies:   mbed

Revision:
3:92dae9083c83
Child:
4:682d96ff6d79
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/t7can.h	Tue Jun 07 12:23:28 2011 +0000
@@ -0,0 +1,33 @@
+/*******************************************************************************
+
+t5can.h - information and definitions needed for doing things with the T5 ECU
+(c) 2010 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
\ No newline at end of file