Skip to content

Commit

Permalink
Travis correction, wrong directory address
Browse files Browse the repository at this point in the history
  • Loading branch information
gergelytakacs committed Feb 18, 2020
1 parent 0055fa9 commit e082167
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ script:
### LinkShield ###
#Uno#
- arduino --verify --board arduino:avr:uno $PWD/examples/LinkShield/LinkShield_Identification/LinkShield_Identification.ino
- arduino --verify --board arduino:avr:uno $PWD/examples/LinkShield/LinkShield_PID/LinkShield_PID.ino
- arduino --verify --board arduino:avr:uno $PWD/examples/LinkShield/LinkShield_PPF/LinkShield_PPF.ino

### FloatShield ###
#Uno#
Expand Down
4 changes: 2 additions & 2 deletions src/LinkShield.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
#include <Wire.h>
#include <Arduino.h>
#include <Servo.h>
#include <Adafruit_Sensor.h>
#include <Adafruit_ADXL345_U.h>
#include "lib/Adafruit_Sensor/Adafruit_Sensor.h"
#include "lib/Adafruit_ADXL345_U/Adafruit_ADXL345_U.h"
#include "AutomationShield.h"

//Defining pins used by LinkShield
Expand Down

0 comments on commit e082167

Please sign in to comment.