P5 initial
This commit is contained in:
12
Abgaben/P4/keys.h
Normal file
12
Abgaben/P4/keys.h
Normal 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_ */
|
||||
Reference in New Issue
Block a user