Just4Trionic - CAN and BDM FLASH programmer for Saab cars

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers can232.h Source File

can232.h

00001 /*******************************************************************************
00002 
00003 can232.h
00004 (c) 2010 by Sophie Dexter
00005 portions (c) 2009, 2010 by Janis Silins (johnc)
00006 
00007 ********************************************************************************
00008 
00009 WARNING: Use at your own risk, sadly this software comes with no guarantees.
00010 This software is provided 'free' and in good faith, but the author does not
00011 accept liability for any damage arising from its use.
00012 
00013 *******************************************************************************/
00014 
00015 #ifndef __CAN232_H__
00016 #define __CAN232_H__
00017 
00018 #include "mbed.h"
00019 
00020 #include "common.h"
00021 #include "canutils.h"
00022 
00023 extern void can232();
00024 
00025 #endif