https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 32c5e67ae49ed4f2c1b3c657779623a9e6dc57eb authored by Daniel Fort on 13 July 2017, 04:53:12 UTC
Closed branch recovery-EOSM2
Tip revision: 32c5e67
greenscreen.h
#ifndef _GREENSCREEN_H_
#define _GREENSCREEN_H_

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

#endif
back to top