Skip to content

Commit

Permalink
fixed local qtr
Browse files Browse the repository at this point in the history
  • Loading branch information
MadTooler authored Oct 27, 2018
1 parent cefb51f commit 829b381
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/QTRTest/QTRTest.ino
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@


//QTRSensors folder must be placed in your arduino libraries folder
#include <QTRSensors.h> // Pololu QTR Library
//#include <QTRSensors.h> // Pololu QTR Library
#include "QTRSensors/QTRSensors.h" //**** use a local copy of Pololu QTR Library for temporary easier install

//line sensor defines
#define NUM_SENSORS 8 // number of sensors used
Expand Down

0 comments on commit 829b381

Please sign in to comment.