Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
mt9f002_nps.c
Go to the documentation of this file.
1// NPS wrapper around mt9f002.c
2
3#define front_camera mt9f002_front_camera // Do not overwrite NPS camera struct
4
5#pragma GCC diagnostic ignored "-Wsign-compare"
6#pragma GCC diagnostic ignored "-Wunused-parameter"
7#include "mt9f002.c"
8#pragma GCC diagnostic pop
Initialization of MT9F002 chip and options to change settings.