UoS³ Flight Computer Firmware
Main Page
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Groups
Pages
src
board
camera.h
1
11
#ifndef __CAMERA_H__
12
#define __CAMERA_H__
13
14
#include <stdint.h>
15
#include <stdbool.h>
16
28
bool
Camera_capture
(uint32_t page_size,
void
(*page_store)(uint8_t*,uint32_t));
29
30
#endif
/* __CAMERA_H__ */
Camera_capture
bool Camera_capture(uint32_t page_size, void(*page_store)(uint8_t *, uint32_t))
Definition:
camera.c:107
Generated by
1.8.6