ELM327 OBD-II Adapter: This device interfaces with the car's OBD-II port to retrieve engine data such as RPM, speed, coolant temperature, and fuel level. Arduino Uno: Acts as an intermediary to read ...
#include <PID_v1.h> //From https://github.com/br3ttb/Arduino-PID-Library/blob/master/PID_v1.h #include "MPU6050_6Axis_MotionApps20.h" //https://github.com/jrowberg ...