Fixing bugs
Removed blocking whiles
This commit is contained in:
10
devicesoftware/GcodeInterpreter/models.h
Normal file
10
devicesoftware/GcodeInterpreter/models.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef MODELS_H
|
||||
#define MODELS_H
|
||||
|
||||
typedef struct MovingCommand
|
||||
{
|
||||
uint8_t _motorId = 0;
|
||||
uint32_t _goalPosition = 0;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user