clean more
This commit is contained in:
parent
c369a2912b
commit
3334ba871a
@ -7,7 +7,7 @@ int lastPrintTime = 0;
|
||||
static int fastTimer = 80; //ms
|
||||
static int slowTimer = 800; //ms
|
||||
|
||||
//lqr stuff
|
||||
//lqr
|
||||
const uint8_t statesNumber = 4;
|
||||
/** Low pass filter angular Position*/
|
||||
float angularPositionLP = 0;
|
||||
|
@ -1,4 +1,4 @@
|
||||
//gyroscope stuff
|
||||
//gyro.ino
|
||||
#include <Adafruit_MPU6050.h>
|
||||
#include <Adafruit_Sensor.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user