Skip to content

Commit

Permalink
Corrected ADXL345 path
Browse files Browse the repository at this point in the history
  • Loading branch information
gergelytakacs committed Feb 18, 2020
1 parent e082167 commit d95ddd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LinkShield.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <Arduino.h>
#include <Servo.h>
#include "lib/Adafruit_Sensor/Adafruit_Sensor.h"
#include "lib/Adafruit_ADXL345_U/Adafruit_ADXL345_U.h"
#include "lib/Adafruit_ADXL345/Adafruit_ADXL345_U.h"
#include "AutomationShield.h"

//Defining pins used by LinkShield
Expand Down

0 comments on commit d95ddd0

Please sign in to comment.