examples/DS401_Slave_Gui/TestSlaveGui.h
author lbessard
Wed, 21 Nov 2007 16:30:26 +0100
changeset 317 f1c472b42327
parent 246 d635cfc520ee
child 329 7717252e3ed9
permissions -rw-r--r--
Bug on default COB ID value for PDO transmit and receive 5 and higher fixed
#ifndef TESTSLAVEGUI_H_
#define TESTSLAVEGUI_H_

	#include "canfestival.h"

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

#endif /*TESTSLAVEGUI_H_*/