implement first test on AVR

This commit is contained in:
j3d1 2018-10-28 20:06:26 +01:00
parent 8fcd668585
commit 3e66bd2c38
10 changed files with 63 additions and 48 deletions

View file

@ -9,6 +9,7 @@ void print(int str);
void setup();
void draw(int x, int y);
void render();
void quit();
#ifndef LINUX