https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: bca0fad9dda4163bf7aff28bc3a8fe7fd73f3e4c authored by Daniel Fort on 20 September 2017, 14:10:32 UTC
Closed branch crop_rec_4k_manual_lens_info
Tip revision: bca0fad
greenscreen.h
#ifndef _GREENSCREEN_H_
#define _GREENSCREEN_H_

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

#endif
back to top