Just4Trionic - CAN and BDM FLASH programmer for Saab cars

Dependencies:   mbed

bdm.h

Committer:
Just4pLeisure
Date:
2015-04-25
Revision:
5:1775b4b13232
Parent:
1:d5452e398b76

File content as of revision 5:1775b4b13232:

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

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