HardwareDriver/nuvoton/m451/roboticarm_controller/global.h

14 lines
207 B
C

#ifndef __GLOBAL__
#define __GLOBAL__
#include "stdio.h"
#include "stdint.h"
extern short Axis1;
extern short Axis2;
extern short Axis3;
extern short Axis4;
extern short Axis5;
extern short Axis6;
#endif