This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <MPU9250_asukiaaa.h> | |
#include <Wire.h> | |
#include <QuickPID.h> | |
#define MOTOR_MIN_ABS_SPEED 200 | |
#define MOTOR_SPEED_FACTOR 0.8 | |
#define CONTROLLER_IN1 25 | |
#define CONTROLLER_IN2 33 |