whitespace and comments
This commit is contained in:
parent
7f69d89510
commit
9e2b2d590a
@ -1,11 +1,10 @@
|
|||||||
#include <Wire.h>
|
#include <Wire.h>
|
||||||
|
|
||||||
|
|
||||||
int lastCorrectionTime = 0;
|
int lastCorrectionTime = 0;
|
||||||
int lastPrintTime = 0;
|
int lastPrintTime = 0;
|
||||||
|
|
||||||
static int fastTimer = 80;
|
static int fastTimer = 80; //ms
|
||||||
static int slowTimer = 800;
|
static int slowTimer = 800; //ms
|
||||||
|
|
||||||
//lqr stuff
|
//lqr stuff
|
||||||
const uint8_t statesNumber = 4;
|
const uint8_t statesNumber = 4;
|
||||||
|
@ -21,4 +21,3 @@ void lqr() {
|
|||||||
speed = speed*scaleConst;
|
speed = speed*scaleConst;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user