fixed broken PID

This commit is contained in:
2026-03-18 18:10:05 +03:00
parent b0d0a323ee
commit db1058ddf8
7 changed files with 204 additions and 84 deletions

View File

@@ -136,10 +136,10 @@ typedef struct{
} extradata_t;
typedef enum{
AXIS_STOPPED,
AXIS_SLEWING,
AXIS_POINTING,
AXIS_GUIDING,
AXIS_STOPPED, // stop
AXIS_SLEWING, // go to target with maximal speed
AXIS_POINTING, // axis is in pointing zone, use PID
AXIS_GUIDING, // near target
AXIS_ERROR,
} axis_status_t;