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