From ba78bd9ba834260d035a9830726afc34fdad2a15 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sun, 18 Oct 2009 23:32:54 +0200 Subject: import firmware from LEGO v1.05 --- ATmega48/Source/d_output.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 ATmega48/Source/d_output.h (limited to 'ATmega48/Source/d_output.h') diff --git a/ATmega48/Source/d_output.h b/ATmega48/Source/d_output.h new file mode 100644 index 0000000..d130ba9 --- /dev/null +++ b/ATmega48/Source/d_output.h @@ -0,0 +1,27 @@ +// +// Programmer +// +// Date init 14.12.2004 +// +// Reviser $Author:: Dktochpe $ +// +// Revision date $Date:: 16-06-05 14:32 $ +// +// Filename $Workfile:: d_output.h $ +// +// Version $Revision:: 4 $ +// +// Archive $Archive:: /LMS2006/Sys01/Ioctrl/Firmware/Source/d_output $ +// +// Platform C +// + + +#ifndef D_OUTPUT +#define D_OUTPUT + +void dOutputInit(void); +void dOutputUpdate(UBYTE Brake); +void dOutputExit(void); + +#endif -- cgit v1.2.3