12 lines
200 B
C
12 lines
200 B
C
|
#ifndef __GLOBAL__
|
||
|
#define __GLOBAL__
|
||
|
|
||
|
#include "stdio.h"
|
||
|
#include "stdint.h"
|
||
|
|
||
|
extern volatile uint32_t g_u32AdcIntFlag, g_u32COVNUMFlag;
|
||
|
|
||
|
extern uint32_t X_AxisStep ;
|
||
|
#define StepperFREQ 350
|
||
|
|
||
|
#endif
|