added arduino ide GEN7 support Files

This commit is contained in:
Christian Thalhammer
2012-02-06 14:11:25 +01:00
parent 14702089ee
commit 25cd8af536
32 changed files with 4404 additions and 0 deletions

View File

@ -0,0 +1,12 @@
int main(void)
{
init();
setup();
for (;;)
loop();
return 0;
}