This commit is contained in:
Sem van der Hoeven
2021-02-10 09:34:18 +01:00
parent 31502425b3
commit 4eb3b86530
7 changed files with 376 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
/*
* opdracht 1.3.c
*
* Created: 10-2-2021 09:28:10
* Author : Sem
*/
#include <avr/io.h>
int main(void)
{
/* Replace with your application code */
while (1)
{
}
}