examples/DS401_Slave_Gui/TestSlaveGui.h
changeset 246 d635cfc520ee
child 329 7717252e3ed9
equal deleted inserted replaced
245:d43ebbed895f 246:d635cfc520ee
       
     1 #ifndef TESTSLAVEGUI_H_
       
     2 #define TESTSLAVEGUI_H_
       
     3 
       
     4 	#include "canfestival.h"
       
     5 
       
     6 	int 	main_can(s_BOARD SlaveBoard, char* LibraryPath);
       
     7 	void	stop_slave();
       
     8 
       
     9 #endif /*TESTSLAVEGUI_H_*/