#ifndef __MAIN__ #define __MAIN__ unsigned long micros(); void delayMicroseconds(unsigned int delay); extern unsigned long tim3mSTick; #endif