https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 61838146a23b642b0e59b55bfc68b13acb9d4e77 authored by a1ex on 22 June 2014, 12:13:23 UTC
Close branch edmac-cleanup
Tip revision: 6183814
greenscreen.h
#ifndef _GREENSCREEN_H_
#define _GREENSCREEN_H_

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

#endif
back to top