official library and example code for tracking X and Y positions on the dump truck

Dependencies:   QEI mbed

Dependents:   DUMP_TRUCK_TEST_V1 DUMP_TRUCK_SPR2017

Revision:
4:c38c00a6588c
Parent:
3:eb8680da1721
--- a/Tracker.cpp	Thu Jan 26 21:02:05 2017 +0000
+++ b/Tracker.cpp	Thu Feb 09 19:57:37 2017 +0000
@@ -1,5 +1,7 @@
 #include "Tracker.h"
 
+//test edit
+
 Tracker::Tracker(PinName _chA, PinName _chB, PinName _pot) : chA(_chA), chB(_chB), pot(_pot)
 {
     //chA = p29, chB = p30, pot = p15