Just4Trionic - CAN and BDM FLASH programmer for Saab cars

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers bdm.h Source File

bdm.h

00001 /*******************************************************************************
00002 
00003 bdm.h
00004 (c) 2010 by Sophie Dexter
00005 
00006 A derivative work based on:
00007 //-----------------------------------------------------------------------------
00008 //    Firmware for USB BDM v2.0
00009 //    (C) johnc, 2009
00010 //    $id$
00011 //-----------------------------------------------------------------------------
00012 
00013 ********************************************************************************
00014 
00015 WARNING: Use at your own risk, sadly this software comes with no guarantees.
00016 This software is provided 'free' and in good faith, but the author does not
00017 accept liability for any damage arising from its use.
00018 
00019 *******************************************************************************/
00020 
00021 #ifndef __BDM_H__
00022 #define __BDM_H__
00023 
00024 #include "mbed.h"
00025 //
00026 #include "common.h"
00027 #include "bdmcpu32.h"
00028 #include "bdmtrionic.h"
00029 
00030 extern void bdm();
00031 
00032 #endif