2.2 looplicht

This commit is contained in:
Sem van der Hoeven
2021-02-10 11:32:28 +01:00
parent 1ff5d6c0e7
commit 2ee2400899
5 changed files with 40 additions and 19 deletions

View File

@@ -5,7 +5,11 @@
* Author : Sem
*/
#define F_CPU 10e6
#include <avr/io.h>
#include <util/delay.h>
#include <avr/interrupt.h>
void wait( int ms )
{