HardwareDriver/nuvoton/m451/roboticarm_controller/global.h

15 lines
241 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;
extern uint32_t gServoMotorAngle;
#endif