#ifndef TOOLS_H #define TOOLS_H void init_zone7(void); void pause_us(unsigned long t); #define max(x,y) (abs(x)>abs(y))?x:y #endif //TOOLS_H