P5 initial
This commit is contained in:
12
Abgaben/P4/sevenseg.h
Normal file
12
Abgaben/P4/sevenseg.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef SEVENSEG_H_
|
||||
#define SEVENSEG_H_
|
||||
#define F_CPU 16000000UL // 16MHz clock frequency
|
||||
#include <util/delay.h>
|
||||
#include <avr/interrupt.h>
|
||||
#include "avr/io.h"
|
||||
|
||||
uint32_t getSystemClock();
|
||||
void waitFor(uint32_t ms);
|
||||
void display();
|
||||
|
||||
#endif /* SEVENSEG_H_ */
|
||||
Reference in New Issue
Block a user