Added week 3
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
/*
|
||||
* MIC-Week3.c
|
||||
*
|
||||
* Created: 23-2-2016 10:18:35
|
||||
* Author : kenny
|
||||
*/
|
||||
|
||||
#include <avr/io.h>
|
||||
|
||||
|
||||
int main(void)
|
||||
{
|
||||
opgave1();
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
void opgave1()
|
||||
{
|
||||
while(1)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user