Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
chdk_pipe.h
Go to the documentation of this file.
1 // CHDKPTP Pipe
2 
3 void chdk_pipe_init(void);
4 void chdk_pipe_shoot(char *filename);
5 void chdk_pipe_deinit(void);
6 
void chdk_pipe_init(void)
Initialize the CHDK pipe.
Definition: chdk_pipe.c:50
void chdk_pipe_shoot(char *filename)
Shoot an image.
Definition: chdk_pipe.c:92
void chdk_pipe_deinit(void)
Deinitialize CHDK pipe.
Definition: chdk_pipe.c:79