io/InOut/Clock.h

14 lines
161 B
C
Raw Normal View History

2016-02-25 21:48:49 +01:00
/*
* Copyright (c) by BlackMark 2015
* Date 24/11/2015
* Version 1.1
*/
#ifndef CLOCK_H
#define CLOCK_H
#define F_CPU 16000000
#include <util/delay.h>
#endif