/*
 * Soubor:  delay12MHz.h
 * Datum:   05.01.2012 14:24
 * Autor:   Marek Nožka, nozka <@t> spseol <d.t> cz
 * Licence: GNU/GPL 
 * Úloha: 
 * Popis:   hlavičkový soubor pro delay12MHz.c
 */

#ifndef __DELAY12MHZ_H__
#define __DELAY12MHZ_H__

/***********************************
 *      Symbolické konstanty 
 ***********************************/
//#define COUNT 45321

/***********************************
 *   Hlavičkové soubory
 ***********************************/
//#include <stdbool.h>

/*********************************** 
 *  Globální proměnné a datové struktury
 ***********************************/
//extern 


/*********************************** 
 *  Úplné prototypy funkcí 
 ***********************************/

/* @BEGIN@ automatically generated text from %.c (not edit this) */
void delay_10m_x(unsigned char koef);
void delay_1m_x(unsigned char koef);
void delay_100u_x(unsigned char koef);
/* @END@ automatically generated text from %.c (not edit this) */


#endif

