Added functions to create the camera driver and init the camera protocol

to site_ansto.c
This commit is contained in:
Ferdi Franceschini
2013-02-28 12:57:41 +11:00
5 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
#ifndef CAMERADRIVER_H
#define CAMERADRIVER_H
void CameraInitProtocol(SicsInterp *pSics);
#endif

View File

@@ -32,6 +32,8 @@ HOBJ += sct_rfamp.o
HOBJ += sinqhttpprot.o
HOBJ += sct_protek608.o
HOBJ += sct_lfprot.o
HOBJ += camera.o
HOBJ += cameradriver.o
libhlib.a: $(HOBJ)
rm -f libhlib.a