/*
 * vars.h
 *
 *  Created on: Jul 23, 2019
 *      Author: Joe.Lindula
 */

#ifndef VARS_H_
#define VARS_H_


static unsigned int readTime32(void);
void cycleDelay(unsigned int);



#endif /* VARS_H_ */
