https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: a895a6e25612356e551b5f60261a9544d6fc58cb authored by Daniel Fort on 21 February 2019, 18:16:34 UTC
7D_MASTER: Update needed to sync with commit 4c33f64
Tip revision: a895a6e
greenscreen.h
#ifndef _GREENSCREEN_H_
#define _GREENSCREEN_H_

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

#endif
back to top