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/can232.h	Tue Sep 14 21:02:04 2010 +0000
@@ -0,0 +1,25 @@
+/*******************************************************************************
+
+can232.h
+(c) 2010 by Sophie Dexter
+portions (c) 2009, 2010 by Janis Silins (johnc)
+
+********************************************************************************
+
+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 __CAN232_H__
+#define __CAN232_H__
+
+#include "mbed.h"
+
+#include "common.h"
+#include "canutils.h"
+
+extern void can232();
+
+#endif
\ No newline at end of file