https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: c203555358b3767236a5f9a76d393cccb99c9526 authored by dannephoto on 03 April 2017, 04:13:41 UTC
Closed branch ml-dng-unified_7_RAWC_4K_mlv_dump
Tip revision: c203555
greenscreen.h
#ifndef _GREENSCREEN_H_
#define _GREENSCREEN_H_

/**
 * Runs one cycle of the green screen code
 */
void green_screen_step();

#endif
back to top