project init

This commit is contained in:
2016-02-02 11:49:09 +01:00
parent fbb9e5951b
commit 8706fce0a7
5 changed files with 244 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
/*
* MIC-Week1.c
*
* Created: 2-2-2016 11:48:44
* Author : kenny
*/
#include <avr/io.h>
int main(void)
{
/* Replace with your application code */
while (1)
{
}
}