https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 9c65eedf5fd15d9797cea04b4186d5cd28cffbc6 authored by Daniel Fort on 07 January 2019, 22:03:55 UTC
gui.h: changed needed to be done on the trash button, not the Q button
Tip revision: 9c65eed
greenscreen.h
#ifndef _GREENSCREEN_H_
#define _GREENSCREEN_H_

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

#endif
back to top