16 lines
156 B
C
16 lines
156 B
C
|
|
#ifndef RGBYTECLOCK_H
|
|
#define RGBYTECLOCK_H
|
|
|
|
#include <avr/io.h>
|
|
#include "timer.h"
|
|
#include "lcd.h"
|
|
|
|
|
|
void rgbyteclock(void);
|
|
|
|
|
|
|
|
#endif // RGBYTECLOCK_H
|
|
|