examples/DS401_Slave_Gui/TestSlaveGui.h
author greg
Tue, 25 Sep 2007 08:30:01 +0200
changeset 282 6afe145df950
parent 246 d635cfc520ee
child 329 7717252e3ed9
permissions -rw-r--r--
Updated manual for msys/mingw build
Cleaned up commited makefiles
#ifndef TESTSLAVEGUI_H_
#define TESTSLAVEGUI_H_

	#include "canfestival.h"

	int 	main_can(s_BOARD SlaveBoard, char* LibraryPath);
	void	stop_slave();

#endif /*TESTSLAVEGUI_H_*/