Skip to content

Instantly share code, notes, and snippets.

@jdiez17
Created November 1, 2012 22:10
Show Gist options
  • Save jdiez17/3996997 to your computer and use it in GitHub Desktop.
Save jdiez17/3996997 to your computer and use it in GitHub Desktop.
#include <ext/screen.h>
void main()
{
sped3_setup(vertices, 8);
eputs("Setup done!", 0, 0);
eputs("Rotation angle: ", 0, 2);
while(1)
{
rotate();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment