Skip to content

Instantly share code, notes, and snippets.

View tello2004's full-sized avatar

tello tello2004

View GitHub Profile
#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