examples/DS401_Slave_Gui/TestSlaveGui.h
author 'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>'
Wed, 28 Oct 2009 13:49:00 +0100
changeset 613 e9fce24923fc
parent 385 fff25f16c923
permissions -rw-r--r--
changes merged
#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_ */