Paparazzi UAS  v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
mt9v117_nps.c
Go to the documentation of this file.
1 // NPS wrapper for mt9v117.c
2 
3 #define bottom_camera mt9v117_bottom_camera // Do not overwrite NPS camera struct
4 
5 #pragma GCC diagnostic ignored "-Wsign-compare"
6 #pragma GCC diagnostic ignored "-Wunused-parameter"
7 #include "mt9v117.c"
8 #pragma GCC diagnostic pop
Initialization of MT9V117 chip and options to change settings.