|
//
|
|
// File: test_motor_header.h
|
|
// Author: Peter Slattery
|
|
// Creation Date: 2021-01-14
|
|
//
|
|
#ifndef TEST_MOTOR_HEADER_H
|
|
|
|
struct
|
|
{
|
|
u8 MotorOnePos;
|
|
u8 MotorTwoPos;
|
|
u8 MotorThreePos;
|
|
} typedef packet;
|
|
|
|
static packet
|
|
UnpackPacket
|
|
|
|
#define TEST_MOTOR_HEADER_H
|
|
#endif // TEST_MOTOR_HEADER_H
|