Files
sweetlilmre 5eeed2319e Control line code for MUX switching
Fixed PROGMEM references for Atmel Studio
Added Atmel Studio project files
Added new and updated schematic and fritzing files
2014-10-12 20:42:39 +02:00

23 lines
287 B
C

/*
* Tapuino.c
*
* Created: 2014/10/04 04:31:40 PM
* Author: sweetlilmre
*/
#ifndef ARDUINO
#include <avr/io.h>
#include "tapuino.h"
int main(void)
{
while(1)
{
tapuino_run();
//TODO:: Please write your application code
}
}
#endif