Just4Trionic - CAN and BDM FLASH programmer for Saab cars

Dependencies:   mbed

Revision:
1:d5452e398b76
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bdm.h	Tue Sep 14 21:02:04 2010 +0000
@@ -0,0 +1,32 @@
+/*******************************************************************************
+
+bdm.h
+(c) 2010 by Sophie Dexter
+
+A derivative work based on:
+//-----------------------------------------------------------------------------
+//    Firmware for USB BDM v2.0
+//    (C) johnc, 2009
+//    $id$
+//-----------------------------------------------------------------------------
+
+********************************************************************************
+
+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 __BDM_H__
+#define __BDM_H__
+
+#include "mbed.h"
+//
+#include "common.h"
+#include "bdmcpu32.h"
+#include "bdmtrionic.h"
+
+extern void bdm();
+
+#endif
\ No newline at end of file