00001 00002 #pragma once 00003 00004 void updateTimers(void); 00005 void delay(int msec); 00006 char repeat(int msec, void(*funcPtr)()); 00007 void repeatSetPeriod(char i, int x); 00008 void repeatStart(char i); 00009 void repeatStop(char i);