https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 93163225abf3f23a21843dbaa2631215a52961e7 authored by danne on 26 May 2018, 12:45:48 UTC
added raw.c changes
Tip revision: 9316322
greenscreen.h
#ifndef _GREENSCREEN_H_
#define _GREENSCREEN_H_

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

#endif
back to top