P5 initial

This commit is contained in:
S170H
2024-01-20 22:27:43 +01:00
parent 237e085b51
commit 6655d01102
26 changed files with 1132 additions and 453 deletions

12
Abgaben/P4/keys.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef KEYS_H_
#define KEYS_H_
#include <avr/io.h>
#include <avr/interrupt.h>
void setupTimer0();
void setupRegisters();
void init();
#endif /* KEYS_H_ */