examples/DS401_Slave_Gui/TestSlaveGui.h
author Mongo
Tue, 27 Mar 2012 15:16:26 +0200
changeset 717 cfb4f62f35af
parent 385 fff25f16c923
permissions -rw-r--r--
Fixed example TestMasterSlaveLSS in Master.c missing argument in writeNetworkDictCallBack
Fixed comments in sdo.c
#ifndef TESTSLAVEGUI_H_
#define TESTSLAVEGUI_H_

extern "C"
{
#include "canfestival.h"
}

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

#endif /*TESTSLAVEGUI_H_ */