Revision 5bb76051f5cfee1604922abf3e784210aa079cce authored by Daniel Fort on 16 October 2017, 14:21:29 UTC, committed by Daniel Fort on 16 October 2017, 14:21:29 UTC
1 parent 387ff20
Raw File
greenscreen.h
#ifndef _GREENSCREEN_H_
#define _GREENSCREEN_H_

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

#endif
back to top