https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: a571f9d45654030480c5d6041369df6679d398d1 authored by waza57 on 13 March 2016, 17:09:22 UTC
changes for dual video with 5D2 .
Tip revision: a571f9d
greenscreen.h
#ifndef _GREENSCREEN_H_
#define _GREENSCREEN_H_

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

#endif
back to top