examples/DS401_Slave_Gui/TestSlaveGui.h
author JaFojtik
Sat, 04 Feb 2012 14:26:54 +0100
changeset 713 ca2c2dad3a22
parent 385 fff25f16c923
permissions -rw-r--r--
Fixed PEAK Win 32 driver, for PEAK Light API 1.x and 2.x
#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_ */