/********************************************/
/*Delay.h - Header file                  */
/*PIC32MX795F512L-80I/PF                    */
/********************************************/

#ifndef DELAY_H
#define	DELAY_H

void Delay(int delay_us);

#endif /*DELAY_H*/
