https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: abc265ea1487f16f745e2caa787fc633c3a3ca09 authored by danne on 27 April 2017, 14:01:58 UTC
bug probably fixed
Tip revision: abc265e
greenscreen.h
#ifndef _GREENSCREEN_H_
#define _GREENSCREEN_H_

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

#endif
back to top