Just4Trionic - CAN and BDM FLASH programmer for Saab cars

Dependencies:   mbed

can232.h

Committer:
Just4pLeisure
Date:
2016-04-23
Revision:
6:2fbcbebed28c
Parent:
1:d5452e398b76

File content as of revision 6:2fbcbebed28c:

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

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