examples/DS401_Slave_Gui/TestSlaveGui.h
author 'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>'
Fri, 10 Jul 2009 11:41:00 +0200
changeset 554 b9b7ed3821f0
parent 385 fff25f16c923
permissions -rw-r--r--
prevent eclipse to push .project with .hgignore
#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_ */