mirror of
https://github.com/okalachev/flix.git
synced 2025-08-18 09:36:10 +00:00
Global variables cleanups
Remove unused PID objects for cli Move loopRate to time.ino
This commit is contained in:
@@ -6,9 +6,8 @@
|
||||
#include "pid.h"
|
||||
#include "vector.h"
|
||||
|
||||
extern PID rollRatePID, pitchRatePID, yawRatePID, rollPID, pitchPID;
|
||||
extern LowPassFilter<Vector> ratesFilter;
|
||||
extern const int MOTOR_REAR_LEFT, MOTOR_REAR_RIGHT, MOTOR_FRONT_RIGHT, MOTOR_FRONT_LEFT;
|
||||
extern float loopRate;
|
||||
|
||||
const char* motd =
|
||||
"\nWelcome to\n"
|
||||
|
Reference in New Issue
Block a user