8 lines
106 B
C
8 lines
106 B
C
#ifndef TOOLS_H
|
|
#define TOOLS_H
|
|
|
|
void init_zone7(void);
|
|
void pause_us(unsigned long t);
|
|
|
|
#endif //TOOLS_H
|