Teacup_Firmware/mendel/target.h

14 lines
193 B
C

#ifndef _TARGET_H
#define _TARGET_H
#include <stdint.h>
typedef struct {
int32_t X;
int32_t Y;
int32_t Z;
uint32_t E;
uint32_t F;
} TARGET;
#endif /* _TARGET_H */